Home
last modified time | relevance | path

Searched refs:exit_netns (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_proto.c129 if (pd->pp->exit_netns != NULL) in unregister_ip_vs_proto_netns()
130 pd->pp->exit_netns(net, pd); in unregister_ip_vs_proto_netns()
Dip_vs_proto_udp.c497 .exit_netns = __udp_exit,
Dip_vs_proto_sctp.c1119 .exit_netns = __ip_vs_sctp_exit,
Dip_vs_proto_tcp.c708 .exit_netns = __ip_vs_tcp_exit,
/linux-3.4.99/include/net/
Dip_vs.h398 void (*exit_netns)(struct net *net, struct ip_vs_proto_data *pd); member