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.c155 struct list_head *net_exit_list) in ops_pre_exit_list() argument
160 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_rtnl_list() argument
175 list_for_each_entry(net, net_exit_list, exit_list) { in ops_exit_rtnl_list()
194 struct list_head *net_exit_list) in ops_exit_list() argument
199 list_for_each_entry(net, net_exit_list, exit_list) { in ops_exit_list()
206 ops->exit_batch(net_exit_list); in ops_exit_list()
210 struct list_head *net_exit_list) in ops_free_list() argument
215 list_for_each_entry(net, net_exit_list, exit_list) in ops_free_list()
222 struct list_head *net_exit_list, in ops_undo_list() argument
261 ops_undo_single(struct pernet_operations * ops,struct list_head * net_exit_list) ops_undo_single() argument
[all...]
/linux/include/net/netfilter/
H A Dnf_conntrack_core.h30 void nf_conntrack_cleanup_net_list(struct list_head *net_exit_list);
/linux/net/netfilter/
H A Dnf_conntrack_standalone.c1123 static void nf_conntrack_pernet_exit(struct list_head *net_exit_list) in nf_conntrack_pernet_exit() argument
1127 list_for_each_entry(net, net_exit_list, exit_list) in nf_conntrack_pernet_exit()
1130 nf_conntrack_cleanup_net_list(net_exit_list); in nf_conntrack_pernet_exit()
H A Dnf_flow_table_core.c809 static void nf_flow_table_pernet_exit(struct list_head *net_exit_list) in nf_flow_table_pernet_exit() argument
813 list_for_each_entry(net, net_exit_list, exit_list) { in nf_flow_table_pernet_exit()
H A Dnf_conntrack_core.c2480 void nf_conntrack_cleanup_net_list(struct list_head *net_exit_list) in nf_conntrack_cleanup_net_list() argument
2495 list_for_each_entry(net, net_exit_list, exit_list) { in nf_conntrack_cleanup_net_list()
2510 list_for_each_entry(net, net_exit_list, exit_list) { in nf_conntrack_cleanup_net_list()
H A Dnf_tables_api.c12211 static void nf_tables_exit_batch(struct list_head *net_exit_list) in nf_tables_module_init()
12191 nf_tables_exit_batch(struct list_head * net_exit_list) nf_tables_exit_batch() argument
/linux/include/net/
H A Dnet_namespace.h489 void (*exit_batch)(struct list_head *net_exit_list);
/linux/net/ipv4/
H A Dtcp_minisocks.c412 void tcp_twsk_purge(struct list_head *net_exit_list) in tcp_twsk_purge() argument
417 list_for_each_entry(net, net_exit_list, exit_list) { in tcp_twsk_purge()
H A Dtcp_ipv4.c3546 static void __net_exit tcp_sk_exit_batch(struct list_head *net_exit_list) argument
3554 * net_exit_list, the thread that dismantles a particular twsk must
3560 tcp_twsk_purge(net_exit_list);
3562 list_for_each_entry(net, net_exit_list, exit_list) {
/linux/net/dccp/
H A Dipv4.c
/linux/net/xfrm/
H A Dxfrm_user.c4633 static void __net_exit xfrm_user_net_exit(struct list_head *net_exit_list) in xfrm_user_net_exit() argument
4637 list_for_each_entry(net, net_exit_list, exit_list) in xfrm_user_net_exit()