/Linux-v4.19/net/sched/ |
D | act_ipt.c | 360 static void __net_exit ipt_exit_net(struct list_head *net_list) in ipt_exit_net() argument 362 tc_action_net_exit(net_list, ipt_net_id); in ipt_exit_net() 410 static void __net_exit xt_exit_net(struct list_head *net_list) in xt_exit_net() argument 412 tc_action_net_exit(net_list, xt_net_id); in xt_exit_net()
|
D | act_connmark.c | 220 static void __net_exit connmark_exit_net(struct list_head *net_list) in connmark_exit_net() argument 222 tc_action_net_exit(net_list, connmark_net_id); in connmark_exit_net()
|
D | act_simple.c | 219 static void __net_exit simp_exit_net(struct list_head *net_list) in simp_exit_net() argument 221 tc_action_net_exit(net_list, simp_net_id); in simp_exit_net()
|
D | act_gact.c | 267 static void __net_exit gact_exit_net(struct list_head *net_list) in gact_exit_net() argument 269 tc_action_net_exit(net_list, gact_net_id); in gact_exit_net()
|
D | act_sample.c | 255 static void __net_exit sample_exit_net(struct list_head *net_list) in sample_exit_net() argument 257 tc_action_net_exit(net_list, sample_net_id); in sample_exit_net()
|
D | act_vlan.c | 319 static void __net_exit vlan_exit_net(struct list_head *net_list) in vlan_exit_net() argument 321 tc_action_net_exit(net_list, vlan_net_id); in vlan_exit_net()
|
D | act_nat.c | 322 static void __net_exit nat_exit_net(struct list_head *net_list) in nat_exit_net() argument 324 tc_action_net_exit(net_list, nat_net_id); in nat_exit_net()
|
D | act_skbmod.c | 282 static void __net_exit skbmod_exit_net(struct list_head *net_list) in skbmod_exit_net() argument 284 tc_action_net_exit(net_list, skbmod_net_id); in skbmod_exit_net()
|
D | act_skbedit.c | 322 static void __net_exit skbedit_exit_net(struct list_head *net_list) in skbedit_exit_net() argument 324 tc_action_net_exit(net_list, skbedit_net_id); in skbedit_exit_net()
|
D | act_bpf.c | 418 static void __net_exit bpf_exit_net(struct list_head *net_list) in bpf_exit_net() argument 420 tc_action_net_exit(net_list, bpf_net_id); in bpf_exit_net()
|
D | act_police.c | 346 static void __net_exit police_exit_net(struct list_head *net_list) in police_exit_net() argument 348 tc_action_net_exit(net_list, police_net_id); in police_exit_net()
|
D | act_mirred.c | 421 static void __net_exit mirred_exit_net(struct list_head *net_list) in mirred_exit_net() argument 423 tc_action_net_exit(net_list, mirred_net_id); in mirred_exit_net()
|
D | act_pedit.c | 491 static void __net_exit pedit_exit_net(struct list_head *net_list) in pedit_exit_net() argument 493 tc_action_net_exit(net_list, pedit_net_id); in pedit_exit_net()
|
D | act_tunnel_key.c | 579 static void __net_exit tunnel_key_exit_net(struct list_head *net_list) in tunnel_key_exit_net() argument 581 tc_action_net_exit(net_list, tunnel_key_net_id); in tunnel_key_exit_net()
|
D | act_csum.c | 683 static void __net_exit csum_exit_net(struct list_head *net_list) in csum_exit_net() argument 685 tc_action_net_exit(net_list, csum_net_id); in csum_exit_net()
|
D | act_ife.c | 886 static void __net_exit ife_exit_net(struct list_head *net_list) in ife_exit_net() argument 888 tc_action_net_exit(net_list, ife_net_id); in ife_exit_net()
|
/Linux-v4.19/include/net/ |
D | act_api.h | 127 static inline void tc_action_net_exit(struct list_head *net_list, in tc_action_net_exit() argument 133 list_for_each_entry(net, net_list, exit_list) { in tc_action_net_exit()
|
/Linux-v4.19/include/linux/ |
D | rio.h | 181 struct list_head net_list; /* node in per net list */ member 212 #define rio_dev_f(n) list_entry(n, struct rio_dev, net_list)
|
/Linux-v4.19/drivers/rapidio/ |
D | rio-scan.c | 212 list_for_each_entry(rdev, &net->devices, net_list) { in rio_clear_locks() 897 list_for_each_entry(rdev, &net->devices, net_list) { in rio_update_route_tables()
|
D | rio.c | 188 list_add_tail(&rdev->net_list, &rdev->net->devices); in rio_add_device() 214 list_del(&rdev->net_list); in rio_del_device()
|
/Linux-v4.19/net/ipv6/ |
D | ip6_vti.c | 1140 static void __net_exit vti6_exit_batch_net(struct list_head *net_list) in vti6_exit_batch_net() argument 1147 list_for_each_entry(net, net_list, exit_list) { in vti6_exit_batch_net()
|
D | sit.c | 1876 static void __net_exit sit_exit_batch_net(struct list_head *net_list) in sit_exit_batch_net() argument 1882 list_for_each_entry(net, net_list, exit_list) in sit_exit_batch_net()
|
/Linux-v4.19/net/ipv4/ |
D | ip_tunnel.c | 1070 void ip_tunnel_delete_nets(struct list_head *net_list, unsigned int id, in ip_tunnel_delete_nets() argument 1078 list_for_each_entry(net, net_list, exit_list) { in ip_tunnel_delete_nets()
|
D | ip_gre.c | 1663 static void __net_exit erspan_exit_batch_net(struct list_head *net_list) in erspan_exit_batch_net() argument 1665 ip_tunnel_delete_nets(net_list, erspan_net_id, &erspan_link_ops); in erspan_exit_batch_net()
|
/Linux-v4.19/drivers/net/ |
D | geneve.c | 1723 static void __net_exit geneve_exit_batch_net(struct list_head *net_list) in geneve_exit_batch_net() argument 1729 list_for_each_entry(net, net_list, exit_list) in geneve_exit_batch_net()
|