Searched refs:exit_batch (Results 1 – 25 of 38) sorted by relevance
12
| /Linux-v4.19/net/sched/ |
| D | act_ipt.c | 367 .exit_batch = ipt_exit_net, 417 .exit_batch = xt_exit_net,
|
| D | act_connmark.c | 227 .exit_batch = connmark_exit_net,
|
| D | act_simple.c | 226 .exit_batch = simp_exit_net,
|
| D | act_gact.c | 274 .exit_batch = gact_exit_net,
|
| D | act_sample.c | 262 .exit_batch = sample_exit_net,
|
| D | act_vlan.c | 326 .exit_batch = vlan_exit_net,
|
| D | act_nat.c | 329 .exit_batch = nat_exit_net,
|
| D | act_skbmod.c | 289 .exit_batch = skbmod_exit_net,
|
| D | act_skbedit.c | 329 .exit_batch = skbedit_exit_net,
|
| D | act_bpf.c | 425 .exit_batch = bpf_exit_net,
|
| D | act_police.c | 353 .exit_batch = police_exit_net,
|
| D | act_mirred.c | 428 .exit_batch = mirred_exit_net,
|
| D | act_pedit.c | 498 .exit_batch = pedit_exit_net,
|
| D | act_tunnel_key.c | 586 .exit_batch = tunnel_key_exit_net,
|
| D | act_csum.c | 690 .exit_batch = csum_exit_net,
|
| D | act_ife.c | 893 .exit_batch = ife_exit_net,
|
| /Linux-v4.19/include/net/ |
| D | net_namespace.h | 351 void (*exit_batch)(struct list_head *net_exit_list); member
|
| /Linux-v4.19/net/core/ |
| D | net_namespace.c | 155 if (ops->exit_batch) in ops_exit_list() 156 ops->exit_batch(net_exit_list); in ops_exit_list()
|
| /Linux-v4.19/net/ipv4/ |
| D | ip_gre.c | 1068 .exit_batch = ipgre_exit_batch_net, 1652 .exit_batch = ipgre_tap_exit_batch_net, 1670 .exit_batch = erspan_exit_batch_net,
|
| D | ipip.c | 669 .exit_batch = ipip_exit_batch_net,
|
| D | ip_vti.c | 453 .exit_batch = vti_exit_batch_net,
|
| D | tcp_metrics.c | 1026 .exit_batch = tcp_net_metrics_exit_batch,
|
| /Linux-v4.19/net/netfilter/ |
| D | nf_conntrack_standalone.c | 668 .exit_batch = nf_conntrack_pernet_exit,
|
| D | nfnetlink.c | 615 .exit_batch = nfnetlink_net_exit_batch,
|
| /Linux-v4.19/net/dccp/ |
| D | ipv4.c | 1036 .exit_batch = dccp_v4_exit_batch,
|
12