Searched refs:list_net (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | ipip.c | 604 static void __net_exit ipip_exit_batch_rtnl(struct list_head *list_net, in ipip_exit_batch_rtnl() argument 607 ip_tunnel_delete_nets(list_net, ipip_net_id, &ipip_link_ops, in ipip_exit_batch_rtnl()
|
D | ip_vti.c | 526 static void __net_exit vti_exit_batch_rtnl(struct list_head *list_net, in vti_exit_batch_rtnl() argument 529 ip_tunnel_delete_nets(list_net, vti_net_id, &vti_link_ops, in vti_exit_batch_rtnl()
|
D | ip_gre.c | 1062 static void __net_exit ipgre_exit_batch_rtnl(struct list_head *list_net, in ipgre_exit_batch_rtnl() argument 1065 ip_tunnel_delete_nets(list_net, ipgre_net_id, &ipgre_link_ops, in ipgre_exit_batch_rtnl() 1740 static void __net_exit ipgre_tap_exit_batch_rtnl(struct list_head *list_net, in ipgre_tap_exit_batch_rtnl() argument 1743 ip_tunnel_delete_nets(list_net, gre_tap_net_id, &ipgre_tap_ops, in ipgre_tap_exit_batch_rtnl()
|
/linux-6.12.1/include/net/ |
D | ip_tunnels.h | 380 void ip_tunnel_delete_nets(struct list_head *list_net, unsigned int id,
|