Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_proto.c127 if (pd->pp->exit_netns != NULL) in unregister_ip_vs_proto_netns()
128 pd->pp->exit_netns(ipvs, pd); in unregister_ip_vs_proto_netns()
Dip_vs_proto_udp.c490 .exit_netns = __udp_exit,
Dip_vs_proto_sctp.c582 .exit_netns = __ip_vs_sctp_exit,
Dip_vs_proto_tcp.c733 .exit_netns = __ip_vs_tcp_exit,
/linux-6.1.9/include/net/
Dip_vs.h428 void (*exit_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd); member