Home
last modified time | relevance | path

Searched refs:net_list (Results 1 – 25 of 26) sorted by relevance

12

/net/sched/
Dact_ipt.c355 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()
Dact_connmark.c239 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()
Dact_simple.c236 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()
Dact_gact.c282 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()
Dact_skbmod.c295 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()
Dact_sample.c306 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()
Dact_vlan.c355 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()
Dact_nat.c330 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()
Dact_ctinfo.c393 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()
Dact_skbedit.c340 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()
Dact_bpf.c426 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()
Dact_mirred.c470 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()
Dact_mpls.c395 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()
Dact_police.c408 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()
Dact_pedit.c523 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()
Dact_ct.c957 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()
Dact_tunnel_key.c607 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()
Dact_csum.c717 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()
Dact_ife.c916 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/
Dip6_vti.c1165 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()
Dsit.c1886 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()
Dip6_tunnel.c2276 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()
Dip6_gre.c1628 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/
Dip_tunnel.c1117 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()
Dip_gre.c1725 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()

12