/net/sched/ |
D | act_ipt.c | 357 static void __net_exit ipt_exit_net(struct list_head *net_list) in ipt_exit_net() argument 359 tc_action_net_exit(net_list, ipt_net_id); in ipt_exit_net() 406 static void __net_exit xt_exit_net(struct list_head *net_list) in xt_exit_net() argument 408 tc_action_net_exit(net_list, xt_net_id); in xt_exit_net()
|
D | act_simple.c | 238 static void __net_exit simp_exit_net(struct list_head *net_list) in simp_exit_net() argument 240 tc_action_net_exit(net_list, simp_net_id); in simp_exit_net()
|
D | act_connmark.c | 237 static void __net_exit connmark_exit_net(struct list_head *net_list) in connmark_exit_net() argument 239 tc_action_net_exit(net_list, connmark_net_id); in connmark_exit_net()
|
D | act_gact.c | 284 static void __net_exit gact_exit_net(struct list_head *net_list) in gact_exit_net() argument 286 tc_action_net_exit(net_list, gact_net_id); in gact_exit_net()
|
D | act_skbmod.c | 293 static void __net_exit skbmod_exit_net(struct list_head *net_list) in skbmod_exit_net() argument 295 tc_action_net_exit(net_list, skbmod_net_id); in skbmod_exit_net()
|
D | act_sample.c | 303 static void __net_exit sample_exit_net(struct list_head *net_list) in sample_exit_net() argument 305 tc_action_net_exit(net_list, sample_net_id); in sample_exit_net()
|
D | act_nat.c | 333 static void __net_exit nat_exit_net(struct list_head *net_list) in nat_exit_net() argument 335 tc_action_net_exit(net_list, nat_net_id); in nat_exit_net()
|
D | act_vlan.c | 354 static void __net_exit vlan_exit_net(struct list_head *net_list) in vlan_exit_net() argument 356 tc_action_net_exit(net_list, vlan_net_id); in vlan_exit_net()
|
D | act_bpf.c | 428 static void __net_exit bpf_exit_net(struct list_head *net_list) in bpf_exit_net() argument 430 tc_action_net_exit(net_list, bpf_net_id); in bpf_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 | 342 static void __net_exit skbedit_exit_net(struct list_head *net_list) in skbedit_exit_net() argument 344 tc_action_net_exit(net_list, skbedit_net_id); in skbedit_exit_net()
|
D | act_mpls.c | 388 static void __net_exit mpls_exit_net(struct list_head *net_list) in mpls_exit_net() argument 390 tc_action_net_exit(net_list, mpls_net_id); in mpls_exit_net()
|
D | act_mirred.c | 466 static void __net_exit mirred_exit_net(struct list_head *net_list) in mirred_exit_net() argument 468 tc_action_net_exit(net_list, mirred_net_id); in mirred_exit_net()
|
D | act_police.c | 396 static void __net_exit police_exit_net(struct list_head *net_list) in police_exit_net() argument 398 tc_action_net_exit(net_list, police_net_id); in police_exit_net()
|
D | act_pedit.c | 502 static void __net_exit pedit_exit_net(struct list_head *net_list) in pedit_exit_net() argument 504 tc_action_net_exit(net_list, pedit_net_id); in pedit_exit_net()
|
D | act_ct.c | 956 static void __net_exit ct_exit_net(struct list_head *net_list) in ct_exit_net() argument 961 list_for_each_entry(net, net_list, exit_list) { in ct_exit_net() 969 tc_action_net_exit(net_list, ct_net_id); in ct_exit_net()
|
D | act_tunnel_key.c | 610 static void __net_exit tunnel_key_exit_net(struct list_head *net_list) in tunnel_key_exit_net() argument 612 tc_action_net_exit(net_list, tunnel_key_net_id); in tunnel_key_exit_net()
|
D | act_csum.c | 720 static void __net_exit csum_exit_net(struct list_head *net_list) in csum_exit_net() argument 722 tc_action_net_exit(net_list, csum_net_id); in csum_exit_net()
|
D | act_ife.c | 895 static void __net_exit ife_exit_net(struct list_head *net_list) in ife_exit_net() argument 897 tc_action_net_exit(net_list, ife_net_id); in ife_exit_net()
|
/net/ipv6/ |
D | ip6_vti.c | 1137 static void __net_exit vti6_exit_batch_net(struct list_head *net_list) in vti6_exit_batch_net() argument 1144 list_for_each_entry(net, net_list, exit_list) { in vti6_exit_batch_net()
|
D | sit.c | 1887 static void __net_exit sit_exit_batch_net(struct list_head *net_list) in sit_exit_batch_net() argument 1893 list_for_each_entry(net, net_list, exit_list) in sit_exit_batch_net()
|
D | ip6_tunnel.c | 2257 static void __net_exit ip6_tnl_exit_batch_net(struct list_head *net_list) in ip6_tnl_exit_batch_net() argument 2263 list_for_each_entry(net, net_list, exit_list) in ip6_tnl_exit_batch_net()
|
D | ip6_gre.c | 1595 static void __net_exit ip6gre_exit_batch_net(struct list_head *net_list) in ip6gre_exit_batch_net() argument 1601 list_for_each_entry(net, net_list, exit_list) in ip6gre_exit_batch_net()
|
/net/ipv4/ |
D | ip_tunnel.c | 1101 void ip_tunnel_delete_nets(struct list_head *net_list, unsigned int id, in ip_tunnel_delete_nets() argument 1109 list_for_each_entry(net, net_list, exit_list) { in ip_tunnel_delete_nets()
|
D | ip_gre.c | 1594 static void __net_exit erspan_exit_batch_net(struct list_head *net_list) in erspan_exit_batch_net() argument 1596 ip_tunnel_delete_nets(net_list, erspan_net_id, &erspan_link_ops); in erspan_exit_batch_net()
|