Searched refs:unregister_app (Results 1 – 6 of 6) sorted by relevance
129 .unregister_app = NULL,151 .unregister_app = NULL,
82 if (!pp->unregister_app) in ip_vs_app_inc_new() 131 if (pp->unregister_app) in ip_vs_app_inc_release() 132 pp->unregister_app(ipvs, inc); in ip_vs_app_inc_release()
492 .unregister_app = udp_unregister_app,
580 .unregister_app = sctp_unregister_app,
727 .unregister_app = tcp_unregister_app,
751 void (*unregister_app)(struct netns_ipvs *ipvs, struct ip_vs_app *inc); member