Searched refs:exit_batch (Results 1 – 25 of 52) sorted by relevance
123
/openbmc/linux/net/sched/ |
H A D | act_ipt.c | 399 .exit_batch = ipt_exit_net, 429 .exit_batch = xt_exit_net,
|
H A D | act_simple.c | 227 .exit_batch = simp_exit_net,
|
H A D | act_connmark.c | 260 .exit_batch = connmark_exit_net,
|
H A D | act_gact.c | 314 .exit_batch = gact_exit_net,
|
H A D | act_skbmod.c | 305 .exit_batch = skbmod_exit_net,
|
H A D | act_sample.c | 334 .exit_batch = sample_exit_net,
|
H A D | act_nat.c | 342 .exit_batch = nat_exit_net,
|
H A D | act_ctinfo.c | 381 .exit_batch = ctinfo_exit_net,
|
H A D | act_bpf.c | 419 .exit_batch = bpf_exit_net,
|
H A D | act_vlan.c | 445 .exit_batch = vlan_exit_net,
|
H A D | act_mirred.c | 532 .exit_batch = mirred_exit_net,
|
H A D | act_mpls.c | 470 .exit_batch = mpls_exit_net,
|
H A D | act_skbedit.c | 444 .exit_batch = skbedit_exit_net,
|
H A D | act_police.c | 520 .exit_batch = police_exit_net,
|
H A D | act_pedit.c | 638 .exit_batch = pedit_exit_net,
|
H A D | act_csum.c | 727 .exit_batch = csum_exit_net,
|
H A D | act_gate.c | 663 .exit_batch = gate_exit_net,
|
/openbmc/linux/include/net/ |
H A D | net_namespace.h | 443 void (*exit_batch)(struct list_head *net_exit_list); member
|
/openbmc/linux/net/bridge/ |
H A D | br.c | 378 .exit_batch = br_net_exit_batch,
|
/openbmc/linux/net/ipv4/ |
H A D | ip_gre.c | 1040 .exit_batch = ipgre_exit_batch_net, 1712 .exit_batch = ipgre_tap_exit_batch_net, 1730 .exit_batch = erspan_exit_batch_net,
|
H A D | ipip.c | 602 .exit_batch = ipip_exit_batch_net,
|
H A D | ip_vti.c | 520 .exit_batch = vti_exit_batch_net,
|
/openbmc/linux/net/core/ |
H A D | net_namespace.c | 177 if (ops->exit_batch) in ops_exit_list() 178 ops->exit_batch(net_exit_list); in ops_exit_list()
|
/openbmc/linux/net/ipv6/ |
H A D | fib6_rules.c | 520 .exit_batch = fib6_rules_net_exit_batch,
|
/openbmc/linux/net/netfilter/ |
H A D | nf_flow_table_core.c | 662 .exit_batch = nf_flow_table_pernet_exit,
|
123