Searched refs:net_exit_list (Results 1 – 12 of 12) sorted by relevance
| /linux/net/core/ |
| H A D | net_namespace.c | 155 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() 193 struct list_head *net_exit_list) in ops_exit_list() argument 198 list_for_each_entry(net, net_exit_list, exit_list) { in ops_exit_list() 205 ops->exit_batch(net_exit_list); in ops_exit_list() 209 struct list_head *net_exit_list) in ops_free_list() argument 214 list_for_each_entry(net, net_exit_list, exit_list) in ops_free_list() 221 struct list_head *net_exit_list, in ops_undo_list() argument [all …]
|
| /linux/include/net/netfilter/ |
| H A D | nf_conntrack_core.h | 30 void nf_conntrack_cleanup_net_list(struct list_head *net_exit_list);
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_core.c | 803 static void nf_flow_table_pernet_exit(struct list_head *net_exit_list) in nf_flow_table_pernet_exit() 807 list_for_each_entry(net, net_exit_list, exit_list) { 798 nf_flow_table_pernet_exit(struct list_head * net_exit_list) nf_flow_table_pernet_exit() argument
|
| H A D | nf_conntrack_core.c | 2480 void nf_conntrack_cleanup_net_list(struct list_head *net_exit_list) 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() 2489 nf_conntrack_cleanup_net_list(struct list_head * net_exit_list) nf_conntrack_cleanup_net_list() argument
|
| H A D | nf_tables_api.c | 12183 static void nf_tables_exit_batch(struct list_head *net_exit_list) in nf_tables_module_init() 12165 nf_tables_exit_batch(struct list_head * net_exit_list) nf_tables_exit_batch() argument
|
| /linux/include/net/ |
| H A D | net_namespace.h | 486 void (*exit_batch)(struct list_head *net_exit_list);
|
| H A D | tcp.h | 400 void tcp_twsk_purge(struct list_head *net_exit_list);
|
| /linux/net/ipv4/ |
| H A D | tcp_minisocks.c | 412 void tcp_twsk_purge(struct list_head *net_exit_list) 417 list_for_each_entry(net, net_exit_list, exit_list) { in tcp_twsk_purge() 413 tcp_twsk_purge(struct list_head * net_exit_list) tcp_twsk_purge() argument
|
| H A D | tcp_metrics.c | 1037 static void __net_exit tcp_net_metrics_exit_batch(struct list_head *net_exit_list) in tcp_net_metrics_exit_batch() argument
|
| H A D | tcp_ipv4.c | 3533 static void __net_exit tcp_sk_exit_batch(struct list_head *net_exit_list) 3541 * net_exit_list, the thread that dismantles a particular twsk must 3547 tcp_twsk_purge(net_exit_list); 3549 list_for_each_entry(net, net_exit_list, exit_list) { 3534 tcp_sk_exit_batch(struct list_head * net_exit_list) global() argument
|
| /linux/net/dccp/ |
| H A D | ipv4.c | |
| /linux/net/xfrm/ |
| H A D | xfrm_user.c | 4614 static void __net_exit xfrm_user_net_exit(struct list_head *net_exit_list) 4618 list_for_each_entry(net, net_exit_list, exit_list) 4251 xfrm_user_net_exit(struct list_head * net_exit_list) xfrm_user_net_exit() argument
|