Searched refs:ip_tunnel_delete_nets (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ip_gre.c | 1026 ip_tunnel_delete_nets(list_net, ipgre_net_id, &ipgre_link_ops); in ipgre_exit_batch_net() 1698 ip_tunnel_delete_nets(list_net, gre_tap_net_id, &ipgre_tap_ops); in ipgre_tap_exit_batch_net() 1716 ip_tunnel_delete_nets(net_list, erspan_net_id, &erspan_link_ops); in erspan_exit_batch_net()
|
| H A D | ipip.c | 650 ip_tunnel_delete_nets(list_net, ipip_net_id, &ipip_link_ops); in ipip_exit_batch_net()
|
| H A D | ip_tunnel.c | 1110 void ip_tunnel_delete_nets(struct list_head *net_list, unsigned int id, in ip_tunnel_delete_nets() function 1125 EXPORT_SYMBOL_GPL(ip_tunnel_delete_nets);
|
| H A D | ip_vti.c | 512 ip_tunnel_delete_nets(list_net, vti_net_id, &vti_link_ops); in vti_exit_batch_net()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ip_tunnels.h | 265 void ip_tunnel_delete_nets(struct list_head *list_net, unsigned int id,
|