Searched refs:net_list (Results 1 - 25 of 47) sorted by relevance

12

/linux-master/net/sched/
H A Dact_simple.c221 static void __net_exit simp_exit_net(struct list_head *net_list) argument
223 tc_action_net_exit(net_list, act_simp_ops.net_id);
H A Dact_gact.c308 static void __net_exit gact_exit_net(struct list_head *net_list) argument
310 tc_action_net_exit(net_list, act_gact_ops.net_id);
H A Dact_connmark.c254 static void __net_exit connmark_exit_net(struct list_head *net_list) argument
256 tc_action_net_exit(net_list, act_connmark_ops.net_id);
H A Dact_skbmod.c299 static void __net_exit skbmod_exit_net(struct list_head *net_list) argument
301 tc_action_net_exit(net_list, act_skbmod_ops.net_id);
H A Dact_skbedit.c438 static void __net_exit skbedit_exit_net(struct list_head *net_list) argument
440 tc_action_net_exit(net_list, act_skbedit_ops.net_id);
H A Dact_vlan.c439 static void __net_exit vlan_exit_net(struct list_head *net_list) argument
441 tc_action_net_exit(net_list, act_vlan_ops.net_id);
H A Dact_sample.c328 static void __net_exit sample_exit_net(struct list_head *net_list) argument
330 tc_action_net_exit(net_list, act_sample_ops.net_id);
H A Dact_nat.c336 static void __net_exit nat_exit_net(struct list_head *net_list) argument
338 tc_action_net_exit(net_list, act_nat_ops.net_id);
H A Dact_bpf.c413 static void __net_exit bpf_exit_net(struct list_head *net_list) argument
415 tc_action_net_exit(net_list, act_bpf_ops.net_id);
H A Dact_ctinfo.c375 static void __net_exit ctinfo_exit_net(struct list_head *net_list) argument
377 tc_action_net_exit(net_list, act_ctinfo_ops.net_id);
H A Dact_pedit.c632 static void __net_exit pedit_exit_net(struct list_head *net_list) argument
634 tc_action_net_exit(net_list, act_pedit_ops.net_id);
H A Dact_police.c514 static void __net_exit police_exit_net(struct list_head *net_list) argument
516 tc_action_net_exit(net_list, act_police_ops.net_id);
H A Dact_mirred.c647 static void __net_exit mirred_exit_net(struct list_head *net_list) argument
649 tc_action_net_exit(net_list, act_mirred_ops.net_id);
H A Dact_csum.c721 static void __net_exit csum_exit_net(struct list_head *net_list) argument
723 tc_action_net_exit(net_list, act_csum_ops.net_id);
H A Dact_gate.c657 static void __net_exit gate_exit_net(struct list_head *net_list) argument
659 tc_action_net_exit(net_list, act_gate_ops.net_id);
H A Dact_mpls.c464 static void __net_exit mpls_exit_net(struct list_head *net_list) argument
466 tc_action_net_exit(net_list, act_mpls_ops.net_id);
H A Dact_tunnel_key.c854 static void __net_exit tunnel_key_exit_net(struct list_head *net_list) argument
856 tc_action_net_exit(net_list, act_tunnel_key_ops.net_id);
H A Dact_ife.c901 static void __net_exit ife_exit_net(struct list_head *net_list) argument
903 tc_action_net_exit(net_list, act_ife_ops.net_id);
/linux-master/include/linux/
H A Drio.h146 * @net_list: Node in list of RIO devices in a network
177 struct list_head net_list; /* node in per net list */ member in struct:rio_dev
208 #define rio_dev_f(n) list_entry(n, struct rio_dev, net_list)
/linux-master/include/net/
H A Dact_api.h168 static inline void tc_action_net_exit(struct list_head *net_list, argument
174 list_for_each_entry(net, net_list, exit_list) {
/linux-master/net/bridge/
H A Dbr.c359 static void __net_exit br_net_exit_batch_rtnl(struct list_head *net_list, argument
366 list_for_each_entry(net, net_list, exit_list)
/linux-master/net/ipv6/
H A Dfib6_rules.c502 static void __net_exit fib6_rules_net_exit_batch(struct list_head *net_list) argument
507 list_for_each_entry(net, net_list, exit_list) {
/linux-master/drivers/rapidio/
H A Drio-scan.c208 list_for_each_entry(rdev, &net->devices, net_list) {
895 list_for_each_entry(rdev, &net->devices, net_list) {
/linux-master/drivers/net/
H A Dbareudp.c757 static void __net_exit bareudp_exit_batch_rtnl(struct list_head *net_list, argument
762 list_for_each_entry(net, net_list, exit_list)
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c2339 static void __net_exit __ip_vs_cleanup_batch(struct list_head *net_list) argument
2344 ip_vs_service_nets_cleanup(net_list); /* ip_vs_flush() with locks */
2345 list_for_each_entry(net, net_list, exit_list) {
2357 static void __net_exit __ip_vs_dev_cleanup_batch(struct list_head *net_list) argument
2362 list_for_each_entry(net, net_list, exit_list) {

Completed in 339 milliseconds

12