Searched refs:exit_batch (Results 1 – 25 of 45) sorted by relevance
12
/linux/net/sched/ |
A D | act_ipt.c | 363 .exit_batch = ipt_exit_net, 412 .exit_batch = xt_exit_net,
|
A D | act_connmark.c | 246 .exit_batch = connmark_exit_net,
|
A D | act_simple.c | 245 .exit_batch = simp_exit_net,
|
A D | act_gact.c | 283 .exit_batch = gact_exit_net,
|
A D | act_nat.c | 335 .exit_batch = nat_exit_net,
|
A D | act_sample.c | 314 .exit_batch = sample_exit_net,
|
A D | act_skbmod.c | 323 .exit_batch = skbmod_exit_net,
|
A D | act_ctinfo.c | 399 .exit_batch = ctinfo_exit_net,
|
A D | act_skbedit.c | 359 .exit_batch = skbedit_exit_net,
|
A D | act_vlan.c | 400 .exit_batch = vlan_exit_net,
|
A D | act_bpf.c | 435 .exit_batch = bpf_exit_net,
|
A D | act_mirred.c | 481 .exit_batch = mirred_exit_net,
|
A D | act_mpls.c | 414 .exit_batch = mpls_exit_net,
|
A D | act_pedit.c | 518 .exit_batch = pedit_exit_net,
|
A D | act_police.c | 440 .exit_batch = police_exit_net,
|
A D | act_gate.c | 629 .exit_batch = gate_exit_net,
|
A D | act_csum.c | 726 .exit_batch = csum_exit_net,
|
A D | act_tunnel_key.c | 817 .exit_batch = tunnel_key_exit_net,
|
/linux/include/net/ |
A D | net_namespace.h | 385 void (*exit_batch)(struct list_head *net_exit_list); member
|
/linux/net/ipv4/ |
A D | ip_gre.c | 1033 .exit_batch = ipgre_exit_batch_net, 1695 .exit_batch = ipgre_tap_exit_batch_net, 1713 .exit_batch = erspan_exit_batch_net,
|
A D | ipip.c | 657 .exit_batch = ipip_exit_batch_net,
|
A D | ip_vti.c | 520 .exit_batch = vti_exit_batch_net,
|
/linux/net/core/ |
A D | net_namespace.c | 170 if (ops->exit_batch) in ops_exit_list() 171 ops->exit_batch(net_exit_list); in ops_exit_list()
|
/linux/net/netfilter/ |
A D | nfnetlink.c | 708 .exit_batch = nfnetlink_net_exit_batch,
|
/linux/drivers/net/ |
A D | bareudp.c | 791 .exit_batch = bareudp_exit_batch_net,
|
Completed in 35 milliseconds
12