Home
last modified time | relevance | path

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

12

/net/sched/
Dact_ipt.c357 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()
Dact_simple.c238 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()
Dact_connmark.c237 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()
Dact_gact.c284 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()
Dact_skbmod.c293 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()
Dact_sample.c303 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()
Dact_nat.c333 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()
Dact_vlan.c354 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()
Dact_bpf.c428 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()
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.c342 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()
Dact_mpls.c388 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()
Dact_mirred.c466 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()
Dact_police.c396 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()
Dact_pedit.c502 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()
Dact_ct.c956 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()
Dact_tunnel_key.c610 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()
Dact_csum.c720 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()
Dact_ife.c895 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/
Dip6_vti.c1137 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()
Dsit.c1887 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()
Dip6_tunnel.c2257 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()
Dip6_gre.c1595 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/
Dip_tunnel.c1101 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()
Dip_gre.c1594 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()

12