Searched refs:exit_batch (Results 1 – 25 of 53) sorted by relevance
123
| /Linux-v6.1/net/sched/ |
| D | act_ipt.c | 341 .exit_batch = ipt_exit_net, 371 .exit_batch = xt_exit_net,
|
| D | act_connmark.c | 226 .exit_batch = connmark_exit_net,
|
| D | act_simple.c | 225 .exit_batch = simp_exit_net,
|
| D | act_gact.c | 312 .exit_batch = gact_exit_net,
|
| D | act_nat.c | 315 .exit_batch = nat_exit_net,
|
| D | act_skbmod.c | 303 .exit_batch = skbmod_exit_net,
|
| D | act_sample.c | 325 .exit_batch = sample_exit_net,
|
| D | act_bpf.c | 417 .exit_batch = bpf_exit_net,
|
| D | act_ctinfo.c | 379 .exit_batch = ctinfo_exit_net,
|
| D | act_vlan.c | 443 .exit_batch = vlan_exit_net,
|
| D | act_mirred.c | 514 .exit_batch = mirred_exit_net,
|
| D | act_mpls.c | 454 .exit_batch = mpls_exit_net,
|
| D | act_skbedit.c | 432 .exit_batch = skbedit_exit_net,
|
| D | act_pedit.c | 556 .exit_batch = pedit_exit_net,
|
| D | act_police.c | 517 .exit_batch = police_exit_net,
|
| D | act_csum.c | 726 .exit_batch = csum_exit_net,
|
| /Linux-v6.1/include/net/ |
| D | net_namespace.h | 427 void (*exit_batch)(struct list_head *net_exit_list); member
|
| /Linux-v6.1/net/bridge/ |
| D | br.c | 369 .exit_batch = br_net_exit_batch,
|
| /Linux-v6.1/net/ipv4/ |
| D | ip_gre.c | 1030 .exit_batch = ipgre_exit_batch_net, 1702 .exit_batch = ipgre_tap_exit_batch_net, 1720 .exit_batch = erspan_exit_batch_net,
|
| D | ipip.c | 601 .exit_batch = ipip_exit_batch_net,
|
| D | ip_vti.c | 520 .exit_batch = vti_exit_batch_net,
|
| /Linux-v6.1/net/ipv6/ |
| D | fib6_rules.c | 510 .exit_batch = fib6_rules_net_exit_batch,
|
| /Linux-v6.1/net/core/ |
| D | net_namespace.c | 173 if (ops->exit_batch) in ops_exit_list() 174 ops->exit_batch(net_exit_list); in ops_exit_list()
|
| /Linux-v6.1/net/netfilter/ |
| D | nf_flow_table_core.c | 659 .exit_batch = nf_flow_table_pernet_exit,
|
| D | nfnetlink.c | 788 .exit_batch = nfnetlink_net_exit_batch,
|
123