/net/sched/ |
D | act_ipt.c | 355 static void __net_exit ipt_exit_net(struct list_head *net_list) in ipt_exit_net() argument 357 tc_action_net_exit(net_list, ipt_net_id); in ipt_exit_net() 404 static void __net_exit xt_exit_net(struct list_head *net_list) in xt_exit_net() argument 406 tc_action_net_exit(net_list, xt_net_id); in xt_exit_net()
|
D | act_connmark.c | 239 static void __net_exit connmark_exit_net(struct list_head *net_list) in connmark_exit_net() argument 241 tc_action_net_exit(net_list, connmark_net_id); in connmark_exit_net()
|
D | act_simple.c | 236 static void __net_exit simp_exit_net(struct list_head *net_list) in simp_exit_net() argument 238 tc_action_net_exit(net_list, simp_net_id); in simp_exit_net()
|
D | act_gact.c | 282 static void __net_exit gact_exit_net(struct list_head *net_list) in gact_exit_net() argument 284 tc_action_net_exit(net_list, gact_net_id); in gact_exit_net()
|
D | act_skbmod.c | 295 static void __net_exit skbmod_exit_net(struct list_head *net_list) in skbmod_exit_net() argument 297 tc_action_net_exit(net_list, skbmod_net_id); in skbmod_exit_net()
|
D | act_sample.c | 306 static void __net_exit sample_exit_net(struct list_head *net_list) in sample_exit_net() argument 308 tc_action_net_exit(net_list, sample_net_id); in sample_exit_net()
|
D | act_vlan.c | 355 static void __net_exit vlan_exit_net(struct list_head *net_list) in vlan_exit_net() argument 357 tc_action_net_exit(net_list, vlan_net_id); in vlan_exit_net()
|
D | act_nat.c | 330 static void __net_exit nat_exit_net(struct list_head *net_list) in nat_exit_net() argument 332 tc_action_net_exit(net_list, nat_net_id); in nat_exit_net()
|
D | act_ctinfo.c | 393 static void __net_exit ctinfo_exit_net(struct list_head *net_list) in ctinfo_exit_net() argument 395 tc_action_net_exit(net_list, ctinfo_net_id); in ctinfo_exit_net()
|
D | act_skbedit.c | 340 static void __net_exit skbedit_exit_net(struct list_head *net_list) in skbedit_exit_net() argument 342 tc_action_net_exit(net_list, skbedit_net_id); in skbedit_exit_net()
|
D | act_bpf.c | 426 static void __net_exit bpf_exit_net(struct list_head *net_list) in bpf_exit_net() argument 428 tc_action_net_exit(net_list, bpf_net_id); in bpf_exit_net()
|
D | act_mirred.c | 470 static void __net_exit mirred_exit_net(struct list_head *net_list) in mirred_exit_net() argument 472 tc_action_net_exit(net_list, mirred_net_id); in mirred_exit_net()
|
D | act_mpls.c | 395 static void __net_exit mpls_exit_net(struct list_head *net_list) in mpls_exit_net() argument 397 tc_action_net_exit(net_list, mpls_net_id); in mpls_exit_net()
|
D | act_police.c | 408 static void __net_exit police_exit_net(struct list_head *net_list) in police_exit_net() argument 410 tc_action_net_exit(net_list, police_net_id); in police_exit_net()
|
D | act_pedit.c | 523 static void __net_exit pedit_exit_net(struct list_head *net_list) in pedit_exit_net() argument 525 tc_action_net_exit(net_list, pedit_net_id); in pedit_exit_net()
|
D | act_ct.c | 957 static void __net_exit ct_exit_net(struct list_head *net_list) in ct_exit_net() argument 962 list_for_each_entry(net, net_list, exit_list) { in ct_exit_net() 970 tc_action_net_exit(net_list, ct_net_id); in ct_exit_net()
|
D | act_tunnel_key.c | 607 static void __net_exit tunnel_key_exit_net(struct list_head *net_list) in tunnel_key_exit_net() argument 609 tc_action_net_exit(net_list, tunnel_key_net_id); in tunnel_key_exit_net()
|
D | act_csum.c | 717 static void __net_exit csum_exit_net(struct list_head *net_list) in csum_exit_net() argument 719 tc_action_net_exit(net_list, csum_net_id); in csum_exit_net()
|
D | act_ife.c | 916 static void __net_exit ife_exit_net(struct list_head *net_list) in ife_exit_net() argument 918 tc_action_net_exit(net_list, ife_net_id); in ife_exit_net()
|
/net/ipv6/ |
D | ip6_vti.c | 1165 static void __net_exit vti6_exit_batch_net(struct list_head *net_list) in vti6_exit_batch_net() argument 1172 list_for_each_entry(net, net_list, exit_list) { in vti6_exit_batch_net()
|
D | sit.c | 1886 static void __net_exit sit_exit_batch_net(struct list_head *net_list) in sit_exit_batch_net() argument 1892 list_for_each_entry(net, net_list, exit_list) in sit_exit_batch_net()
|
D | ip6_tunnel.c | 2276 static void __net_exit ip6_tnl_exit_batch_net(struct list_head *net_list) in ip6_tnl_exit_batch_net() argument 2282 list_for_each_entry(net, net_list, exit_list) in ip6_tnl_exit_batch_net()
|
D | ip6_gre.c | 1628 static void __net_exit ip6gre_exit_batch_net(struct list_head *net_list) in ip6gre_exit_batch_net() argument 1634 list_for_each_entry(net, net_list, exit_list) in ip6gre_exit_batch_net()
|
/net/ipv4/ |
D | ip_tunnel.c | 1117 void ip_tunnel_delete_nets(struct list_head *net_list, unsigned int id, in ip_tunnel_delete_nets() argument 1125 list_for_each_entry(net, net_list, exit_list) { in ip_tunnel_delete_nets()
|
D | ip_gre.c | 1725 static void __net_exit erspan_exit_batch_net(struct list_head *net_list) in erspan_exit_batch_net() argument 1727 ip_tunnel_delete_nets(net_list, erspan_net_id, &erspan_link_ops); in erspan_exit_batch_net()
|