Searched refs:exit_batch (Results 1 – 25 of 28) sorted by relevance
12
/linux/net/sched/ |
H A D | act_simple.c | 228 .exit_batch = simp_exit_net,
|
H A D | act_connmark.c | 261 .exit_batch = connmark_exit_net,
|
H A D | act_gact.c | 315 .exit_batch = gact_exit_net,
|
H A D | act_skbmod.c | 306 .exit_batch = skbmod_exit_net,
|
H A D | act_nat.c | 343 .exit_batch = nat_exit_net,
|
H A D | act_sample.c | 347 .exit_batch = sample_exit_net,
|
H A D | act_bpf.c | 420 .exit_batch = bpf_exit_net,
|
H A D | act_vlan.c | 447 .exit_batch = vlan_exit_net,
|
H A D | act_skbedit.c | 445 .exit_batch = skbedit_exit_net,
|
H A D | act_pedit.c | 639 .exit_batch = pedit_exit_net,
|
H A D | act_mirred.c | 654 .exit_batch = mirred_exit_net,
|
H A D | act_csum.c | 728 .exit_batch = csum_exit_net,
|
H A D | act_tunnel_key.c | 861 .exit_batch = tunnel_key_exit_net,
|
H A D | act_ife.c | 908 .exit_batch = ife_exit_net,
|
H A D | act_ct.c | 1652 .exit_batch = ct_exit_net,
|
/linux/include/net/ |
H A D | net_namespace.h | 473 void (*exit_batch)(struct list_head *net_exit_list); member
|
/linux/net/core/ |
H A D | net_namespace.c | 176 if (ops->exit_batch) in ops_exit_list() 177 ops->exit_batch(net_exit_list); in ops_exit_list()
|
/linux/net/netfilter/ |
H A D | nfnetlink.c | 796 .exit_batch = nfnetlink_net_exit_batch,
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 2378 .exit_batch = __ip_vs_cleanup_batch, 2384 .exit_batch = __ip_vs_dev_cleanup_batch,
|
/linux/net/ipv4/ |
H A D | tcp_metrics.c | 1043 .exit_batch = tcp_net_metrics_exit_batch,
|
H A D | fib_frontend.c | 1656 .exit_batch = fib_net_exit_batch,
|
H A D | ipmr.c | 3167 .exit_batch = ipmr_net_exit_batch,
|
H A D | tcp_ipv4.c | 3568 .exit_batch = tcp_sk_exit_batch,
|
/linux/net/ipv6/ |
H A D | ip6mr.c | 1395 .exit_batch = ip6mr_net_exit_batch,
|
/linux/net/mptcp/ |
H A D | pm_netlink.c | 2436 .exit_batch = pm_nl_exit_net,
|
12