Searched refs:net_exit_list (Results 1 - 17 of 17) sorted by relevance

/linux-master/net/core/
H A Dnet_namespace.c154 struct list_head *net_exit_list)
159 list_for_each_entry(net, net_exit_list, exit_list)
165 struct list_head *net_exit_list)
169 list_for_each_entry(net, net_exit_list, exit_list) {
175 ops->exit_batch(net_exit_list);
179 struct list_head *net_exit_list)
183 list_for_each_entry(net, net_exit_list, exit_list)
321 LIST_HEAD(net_exit_list);
354 list_add(&net->exit_list, &net_exit_list);
357 ops_pre_exit_list(ops, &net_exit_list);
153 ops_pre_exit_list(const struct pernet_operations *ops, struct list_head *net_exit_list) argument
164 ops_exit_list(const struct pernet_operations *ops, struct list_head *net_exit_list) argument
178 ops_free_list(const struct pernet_operations *ops, struct list_head *net_exit_list) argument
1211 free_exit_list(struct pernet_operations *ops, struct list_head *net_exit_list) argument
[all...]
/linux-master/include/net/netfilter/
H A Dnf_conntrack_core.h30 void nf_conntrack_cleanup_net_list(struct list_head *net_exit_list);
/linux-master/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.h356 void tcp_twsk_purge(struct list_head *net_exit_list, int family);
/linux-master/net/netfilter/
H A Dnfnetlink.c774 static void __net_exit nfnetlink_net_exit_batch(struct list_head *net_exit_list) argument
779 list_for_each_entry(net, net_exit_list, exit_list) {
H A Dnf_flow_table_core.c650 static void nf_flow_table_pernet_exit(struct list_head *net_exit_list) argument
654 list_for_each_entry(net, net_exit_list, exit_list) {
H A Dnf_conntrack_standalone.c1186 static void nf_conntrack_pernet_exit(struct list_head *net_exit_list) argument
1190 list_for_each_entry(net, net_exit_list, exit_list)
1193 nf_conntrack_cleanup_net_list(net_exit_list);
H A Dnf_conntrack_core.c2522 void nf_conntrack_cleanup_net_list(struct list_head *net_exit_list) argument
2536 list_for_each_entry(net, net_exit_list, exit_list) {
2549 list_for_each_entry(net, net_exit_list, exit_list) {
H A Dnf_tables_api.c11569 static void nf_tables_exit_batch(struct list_head *net_exit_list) argument
/linux-master/net/ipv4/
H A Dtcp_minisocks.c391 void tcp_twsk_purge(struct list_head *net_exit_list, int family) argument
396 list_for_each_entry(net, net_exit_list, exit_list) {
H A Dtcp_metrics.c1031 static void __net_exit tcp_net_metrics_exit_batch(struct list_head *net_exit_list) argument
H A Dtcp_ipv4.c3500 static void __net_exit tcp_sk_exit_batch(struct list_head *net_exit_list) argument
3504 tcp_twsk_purge(net_exit_list, AF_INET);
3506 list_for_each_entry(net, net_exit_list, exit_list) {
/linux-master/net/xfrm/
H A Dxfrm_interface_core.c954 static void __net_exit xfrmi_exit_batch_rtnl(struct list_head *net_exit_list, argument
960 list_for_each_entry(net, net_exit_list, exit_list) {
H A Dxfrm_user.c3859 static void __net_exit xfrm_user_net_exit(struct list_head *net_exit_list) argument
3863 list_for_each_entry(net, net_exit_list, exit_list)
/linux-master/net/dccp/
H A Dipv4.c1040 static void __net_exit dccp_v4_exit_batch(struct list_head *net_exit_list) argument
H A Dipv6.c1122 static void __net_exit dccp_v6_exit_batch(struct list_head *net_exit_list) argument
/linux-master/net/ipv6/
H A Dtcp_ipv6.c2392 static void __net_exit tcpv6_net_exit_batch(struct list_head *net_exit_list) argument
2394 tcp_twsk_purge(net_exit_list, AF_INET6);

Completed in 285 milliseconds