Searched refs:net_exit_list (Results 1 – 15 of 15) sorted by relevance
/linux/net/core/ |
H A D | net_namespace.c | 168 struct list_head *net_exit_list) in ops_exit_list() argument 178 ops->exit_batch(net_exit_list); in ops_exit_list() 182 struct list_head *net_exit_list) in ops_free_list() argument 347 LIST_HEAD(net_exit_list); in setup_net() 388 ops_exit_list(ops, &net_exit_list); in setup_net() 574 LIST_HEAD(net_exit_list); in cleanup_net() 1220 ops_exit_list(ops, net_exit_list); in free_exit_list() 1222 ops_free_list(ops, net_exit_list); in free_exit_list() 1231 LIST_HEAD(net_exit_list); in __register_pernet_operations() 1257 LIST_HEAD(net_exit_list); in __unregister_pernet_operations() [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/include/net/ |
H A D | net_namespace.h | 450 void (*exit_batch)(struct list_head *net_exit_list); 452 void (*exit_batch_rtnl)(struct list_head *net_exit_list,
|
H A D | tcp.h | 350 void tcp_twsk_purge(struct list_head *net_exit_list);
|
/linux/net/netfilter/ |
H A D | nf_conntrack_standalone.c | 1167 static void nf_conntrack_pernet_exit(struct list_head *net_exit_list) in nf_conntrack_pernet_exit() argument 1171 list_for_each_entry(net, net_exit_list, exit_list) in nf_conntrack_pernet_exit() 1174 nf_conntrack_cleanup_net_list(net_exit_list); in nf_conntrack_pernet_exit()
|
H A D | nf_flow_table_core.c | 646 static void nf_flow_table_pernet_exit(struct list_head *net_exit_list) in nf_flow_table_pernet_exit() argument 650 list_for_each_entry(net, net_exit_list, exit_list) { in nf_flow_table_pernet_exit()
|
H A D | nfnetlink.c | 782 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 D | nf_conntrack_core.c | 2481 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() 2508 list_for_each_entry(net, net_exit_list, exit_list) { in nf_conntrack_cleanup_net_list()
|
H A D | nf_tables_api.c | 11653 static void nf_tables_exit_batch(struct list_head *net_exit_list) in nf_tables_exit_batch() argument
|
/linux/net/ipv4/ |
H A D | tcp_minisocks.c | 394 void tcp_twsk_purge(struct list_head *net_exit_list) in tcp_twsk_purge() argument 399 list_for_each_entry(net, net_exit_list, exit_list) { in tcp_twsk_purge()
|
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 | 3534 static void __net_exit tcp_sk_exit_batch(struct list_head *net_exit_list) argument 3548 tcp_twsk_purge(net_exit_list); 3550 list_for_each_entry(net, net_exit_list, exit_list) {
|
/linux/net/xfrm/ |
H A D | xfrm_interface_core.c | 954 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()
|
H A D | xfrm_user.c | 4029 static void __net_exit xfrm_user_net_exit(struct list_head *net_exit_list) in xfrm_user_net_exit() argument 4033 list_for_each_entry(net, net_exit_list, exit_list) in xfrm_user_net_exit()
|
/linux/net/dccp/ |
H A D | ipv4.c | 1045 static void __net_exit dccp_v4_exit_batch(struct list_head *net_exit_list) in dccp_v4_exit_batch() argument
|