Home
last modified time | relevance | path

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

/linux/net/core/
H A Dnet_namespace.c157 struct list_head *net_exit_list) in ops_pre_exit_list() argument
162 list_for_each_entry(net, net_exit_list, exit_list) in ops_pre_exit_list()
168 struct list_head *net_exit_list) in ops_exit_list() argument
172 list_for_each_entry(net, net_exit_list, exit_list) { in ops_exit_list()
178 ops->exit_batch(net_exit_list); in ops_exit_list()
182 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()
324 LIST_HEAD(net_exit_list); in setup_net()
357 list_add(&net->exit_list, &net_exit_list); in setup_net()
360 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.h450 void (*exit_batch)(struct list_head *net_exit_list);
452 void (*exit_batch_rtnl)(struct list_head *net_exit_list,
H A Dtcp.h350 void tcp_twsk_purge(struct list_head *net_exit_list);
/linux/net/netfilter/
H A Dnf_conntrack_standalone.c1167 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 Dnf_flow_table_core.c646 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 Dnfnetlink.c779 static void __net_exit nfnetlink_net_exit_batch(struct list_head *net_exit_list) in nfnetlink_net_exit_batch() argument
784 list_for_each_entry(net, net_exit_list, exit_list) { in nfnetlink_net_exit_batch()
H A Dnf_conntrack_core.c2520 void nf_conntrack_cleanup_net_list(struct list_head *net_exit_list) in nf_conntrack_cleanup_net_list() argument
2534 list_for_each_entry(net, net_exit_list, exit_list) { in nf_conntrack_cleanup_net_list()
2547 list_for_each_entry(net, net_exit_list, exit_list) { in nf_conntrack_cleanup_net_list()
H A Dnf_tables_api.c11573 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.c392 void tcp_twsk_purge(struct list_head *net_exit_list) in tcp_twsk_purge() argument
397 list_for_each_entry(net, net_exit_list, exit_list) { in tcp_twsk_purge()
H A Dtcp_metrics.c1034 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.c3513 static void __net_exit tcp_sk_exit_batch(struct list_head *net_exit_list)
3517 tcp_twsk_purge(net_exit_list);
3519 list_for_each_entry(net, net_exit_list, exit_list) {
3518 tcp_sk_exit_batch(struct list_head * net_exit_list) global() argument
/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()
H A Dxfrm_user.c4009 static void __net_exit xfrm_user_net_exit(struct list_head *net_exit_list) in xfrm_user_net_exit() argument
4013 list_for_each_entry(net, net_exit_list, exit_list) in xfrm_user_net_exit()
/linux/net/dccp/
H A Dipv4.c1042 static void __net_exit dccp_v4_exit_batch(struct list_head *net_exit_list) in dccp_v4_exit_batch() argument