Searched refs:unregister_app (Results 1 – 6 of 6) sorted by relevance
135 .unregister_app = NULL,158 .unregister_app = NULL,
88 if (!pp->unregister_app) in ip_vs_app_inc_new()137 if (pp->unregister_app) in ip_vs_app_inc_release()138 pp->unregister_app(ipvs, inc); in ip_vs_app_inc_release()
506 .unregister_app = udp_unregister_app,
585 .unregister_app = sctp_unregister_app,
717 .unregister_app = tcp_unregister_app,
472 void (*unregister_app)(struct netns_ipvs *ipvs, struct ip_vs_app *inc); member