Home
last modified time | relevance | path

Searched refs:list_net (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dipip.c595 static void __net_exit ipip_exit_batch_net(struct list_head *list_net) in ipip_exit_batch_net() argument
597 ip_tunnel_delete_nets(list_net, ipip_net_id, &ipip_link_ops); in ipip_exit_batch_net()
H A Dip_vti.c513 static void __net_exit vti_exit_batch_net(struct list_head *list_net) in vti_exit_batch_net() argument
515 ip_tunnel_delete_nets(list_net, vti_net_id, &vti_link_ops); in vti_exit_batch_net()
H A Dip_gre.c1033 static void __net_exit ipgre_exit_batch_net(struct list_head *list_net) in ipgre_exit_batch_net() argument
1035 ip_tunnel_delete_nets(list_net, ipgre_net_id, &ipgre_link_ops); in ipgre_exit_batch_net()
1705 static void __net_exit ipgre_tap_exit_batch_net(struct list_head *list_net) in ipgre_tap_exit_batch_net() argument
1707 ip_tunnel_delete_nets(list_net, gre_tap_net_id, &ipgre_tap_ops); in ipgre_tap_exit_batch_net()
/openbmc/linux/include/net/
H A Dip_tunnels.h286 void ip_tunnel_delete_nets(struct list_head *list_net, unsigned int id,