Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_proto_ah_esp.c137 .unregister_app = NULL,
160 .unregister_app = NULL,
Dip_vs_app.c88 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()
Dip_vs_proto_udp.c495 .unregister_app = udp_unregister_app,
Dip_vs_proto_sctp.c579 .unregister_app = sctp_unregister_app,
Dip_vs_proto_tcp.c700 .unregister_app = tcp_unregister_app,
/linux-4.1.27/include/net/
Dip_vs.h478 void (*unregister_app)(struct net *net, struct ip_vs_app *inc); member