Searched refs:unregister_app (Results 1 – 6 of 6) sorted by relevance
137 .unregister_app = NULL,160 .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(net, inc); in ip_vs_app_inc_release()
495 .unregister_app = udp_unregister_app,
579 .unregister_app = sctp_unregister_app,
700 .unregister_app = tcp_unregister_app,
478 void (*unregister_app)(struct net *net, struct ip_vs_app *inc); member