Home
last modified time | relevance | path

Searched refs:unregister_app (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_proto_ah_esp.c138 .unregister_app = NULL,
161 .unregister_app = NULL,
Dip_vs_app.c76 if (!pp->unregister_app) in ip_vs_app_inc_new()
126 if (pp->unregister_app) in ip_vs_app_inc_release()
127 pp->unregister_app(net, inc); in ip_vs_app_inc_release()
Dip_vs_proto_udp.c507 .unregister_app = udp_unregister_app,
Dip_vs_proto_sctp.c1121 .unregister_app = sctp_unregister_app,
Dip_vs_proto_tcp.c710 .unregister_app = tcp_unregister_app,
/linux-3.4.99/include/net/
Dip_vs.h435 void (*unregister_app)(struct net *net, struct ip_vs_app *inc); member