list_net          265 include/net/ip_tunnels.h void ip_tunnel_delete_nets(struct list_head *list_net, unsigned int id,
list_net          991 net/ipv4/ip_gre.c static void __net_exit ipgre_exit_batch_net(struct list_head *list_net)
list_net          993 net/ipv4/ip_gre.c 	ip_tunnel_delete_nets(list_net, ipgre_net_id, &ipgre_link_ops);
list_net         1645 net/ipv4/ip_gre.c static void __net_exit ipgre_tap_exit_batch_net(struct list_head *list_net)
list_net         1647 net/ipv4/ip_gre.c 	ip_tunnel_delete_nets(list_net, gre_tap_net_id, &ipgre_tap_ops);
list_net          524 net/ipv4/ip_vti.c static void __net_exit vti_exit_batch_net(struct list_head *list_net)
list_net          526 net/ipv4/ip_vti.c 	ip_tunnel_delete_nets(list_net, vti_net_id, &vti_link_ops);
list_net          659 net/ipv4/ipip.c static void __net_exit ipip_exit_batch_net(struct list_head *list_net)
list_net          661 net/ipv4/ipip.c 	ip_tunnel_delete_nets(list_net, ipip_net_id, &ipip_link_ops);