Searched refs:exit_batch (Results 1 – 25 of 46) sorted by relevance
12
/kernel/linux/linux-5.10/net/sched/ |
D | act_ipt.c | 362 .exit_batch = ipt_exit_net, 411 .exit_batch = xt_exit_net,
|
D | act_simple.c | 244 .exit_batch = simp_exit_net,
|
D | act_connmark.c | 246 .exit_batch = connmark_exit_net,
|
D | act_gact.c | 283 .exit_batch = gact_exit_net,
|
D | act_skbmod.c | 302 .exit_batch = skbmod_exit_net,
|
D | act_nat.c | 335 .exit_batch = nat_exit_net,
|
D | act_sample.c | 306 .exit_batch = sample_exit_net,
|
D | act_ctinfo.c | 399 .exit_batch = ctinfo_exit_net,
|
D | act_vlan.c | 400 .exit_batch = vlan_exit_net,
|
D | act_skbedit.c | 359 .exit_batch = skbedit_exit_net,
|
D | act_mirred.c | 474 .exit_batch = mirred_exit_net,
|
D | act_bpf.c | 437 .exit_batch = bpf_exit_net,
|
D | act_mpls.c | 420 .exit_batch = mpls_exit_net,
|
D | act_police.c | 409 .exit_batch = police_exit_net,
|
D | act_pedit.c | 540 .exit_batch = pedit_exit_net,
|
D | act_gate.c | 629 .exit_batch = gate_exit_net,
|
D | act_csum.c | 725 .exit_batch = csum_exit_net,
|
D | act_tunnel_key.c | 817 .exit_batch = tunnel_key_exit_net,
|
D | act_ife.c | 924 .exit_batch = ife_exit_net,
|
/kernel/linux/linux-5.10/include/net/ |
D | net_namespace.h | 401 void (*exit_batch)(struct list_head *net_exit_list); member
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | ip_gre.c | 1031 .exit_batch = ipgre_exit_batch_net, 1703 .exit_batch = ipgre_tap_exit_batch_net, 1721 .exit_batch = erspan_exit_batch_net,
|
D | ipip.c | 655 .exit_batch = ipip_exit_batch_net,
|
D | ip_vti.c | 519 .exit_batch = vti_exit_batch_net,
|
/kernel/linux/linux-5.10/net/core/ |
D | net_namespace.c | 198 if (ops->exit_batch) in ops_exit_list() 199 ops->exit_batch(net_exit_list); in ops_exit_list()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nfnetlink.c | 655 .exit_batch = nfnetlink_net_exit_batch,
|
12