Searched refs:exit_batch (Results 1 – 25 of 26) sorted by relevance
12
| /linux/net/sched/ |
| H A D | act_connmark.c | 265 .exit_batch = connmark_exit_net,
|
| H A D | act_gact.c | 315 .exit_batch = gact_exit_net,
|
| H A D | act_sample.c | 347 .exit_batch = sample_exit_net,
|
| H A D | act_nat.c | 342 .exit_batch = nat_exit_net,
|
| H A D | act_ctinfo.c | 384 .exit_batch = ctinfo_exit_net,
|
| H A D | act_bpf.c | 418 .exit_batch = bpf_exit_net,
|
| H A D | act_skbedit.c | 443 .exit_batch = skbedit_exit_net,
|
| H A D | act_mpls.c | 468 .exit_batch = mpls_exit_net,
|
| H A D | act_pedit.c | 639 .exit_batch = pedit_exit_net,
|
| H A D | act_police.c | 519 .exit_batch = police_exit_net,
|
| H A D | act_csum.c | 728 .exit_batch = csum_exit_net,
|
| H A D | act_mirred.c | 669 .exit_batch = mirred_exit_net,
|
| H A D | act_ife.c | 910 .exit_batch = ife_exit_net,
|
| H A D | act_ct.c | 1652 .exit_batch = ct_exit_net,
|
| /linux/include/net/ |
| H A D | net_namespace.h | 481 void (*exit_batch)(struct list_head *net_exit_list); member
|
| /linux/net/core/ |
| H A D | net_namespace.c | 204 if (ops->exit_batch) in ops_exit_list() 205 ops->exit_batch(net_exit_list); in ops_exit_list()
|
| H A D | dev.c | 13056 .exit_batch = default_device_exit_batch,
|
| /linux/net/ipv6/ |
| H A D | fib6_rules.c | 651 .exit_batch = fib6_rules_net_exit_batch,
|
| H A D | ip6mr.c | 1385 .exit_batch = ip6mr_net_exit_batch,
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_core.c | 808 .exit_batch = nf_flow_table_pernet_exit, in nf_flow_table_module_init()
|
| /linux/net/dccp/ |
| H A D | ipv4.c | |
| /linux/net/can/ |
| H A D | gw.c | 1296 .exit_batch = cangw_pernet_exit_batch,
|
| /linux/net/mptcp/ |
| H A D | pm_kernel.c | 1608 .exit_batch = pm_nl_exit_net,
|
| /linux/net/xfrm/ |
| H A D | xfrm_user.c | 4240 .exit_batch = xfrm_user_net_exit,
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 6489 .exit_batch = bond_net_exit_batch,
|
12