Home
last modified time | relevance | path

Searched refs:net_exit_list (Results 1 – 11 of 11) sorted by relevance

/linux/net/core/
H A Dnet_namespace.c156 struct list_head *net_exit_list) in ops_pre_exit_list() argument
161 list_for_each_entry(net, net_exit_list, exit_list) in ops_pre_exit_list()
167 struct list_head *net_exit_list) in ops_exit_list() argument
171 list_for_each_entry(net, net_exit_list, exit_list) { in ops_exit_list()
177 ops->exit_batch(net_exit_list); in ops_exit_list()
181 struct list_head *net_exit_list) in ops_free_list() argument
186 list_for_each_entry(net, net_exit_list, exit_list) in ops_free_list()
353 LIST_HEAD(net_exit_list); in setup_net()
376 list_add(&net->exit_list, &net_exit_list); in setup_net()
379 ops_pre_exit_list(ops, &net_exit_list); in setup_net()
[all …]
/linux/include/net/netfilter/
H A Dnf_conntrack_core.h30 void nf_conntrack_cleanup_net_list(struct list_head *net_exit_list);
/linux/include/net/
H A Dnet_namespace.h473 void (*exit_batch)(struct list_head *net_exit_list);
475 void (*exit_batch_rtnl)(struct list_head *net_exit_list,
H A Dtcp.h351 void tcp_twsk_purge(struct list_head *net_exit_list);
/linux/net/netfilter/
H A Dnfnetlink.c782 static void __net_exit nfnetlink_net_exit_batch(struct list_head *net_exit_list) in nfnetlink_net_exit_batch() argument
787 list_for_each_entry(net, net_exit_list, exit_list) { in nfnetlink_net_exit_batch()
H A Dnf_conntrack_core.c2474 void nf_conntrack_cleanup_net_list(struct list_head *net_exit_list) in nf_conntrack_cleanup_net_list() argument
2488 list_for_each_entry(net, net_exit_list, exit_list) { in nf_conntrack_cleanup_net_list()
2501 list_for_each_entry(net, net_exit_list, exit_list) { in nf_conntrack_cleanup_net_list()
H A Dnf_tables_api.c11950 static void nf_tables_exit_batch(struct list_head *net_exit_list) in nf_tables_exit_batch() argument
/linux/net/ipv4/
H A Dtcp_minisocks.c403 void tcp_twsk_purge(struct list_head *net_exit_list) in tcp_twsk_purge() argument
408 list_for_each_entry(net, net_exit_list, exit_list) { in tcp_twsk_purge()
H A Dtcp_metrics.c1037 static void __net_exit tcp_net_metrics_exit_batch(struct list_head *net_exit_list) in tcp_net_metrics_exit_batch() argument
H A Dtcp_ipv4.c3540 static void __net_exit tcp_sk_exit_batch(struct list_head *net_exit_list) argument
3554 tcp_twsk_purge(net_exit_list);
3556 list_for_each_entry(net, net_exit_list, exit_list) {
/linux/net/xfrm/
H A Dxfrm_interface_core.c954 static void __net_exit xfrmi_exit_batch_rtnl(struct list_head *net_exit_list, in xfrmi_exit_batch_rtnl() argument
960 list_for_each_entry(net, net_exit_list, exit_list) { in xfrmi_exit_batch_rtnl()