Searched refs:ip_tunnel_find (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | ip_tunnel.c | 224 static struct ip_tunnel *ip_tunnel_find(struct ip_tunnel_net *itn, in ip_tunnel_find() function 846 t = ip_tunnel_find(itn, p, itn->fb_tunnel_dev->type); in ip_tunnel_ioctl() 867 t = ip_tunnel_find(itn, p, itn->type); in ip_tunnel_ioctl() 917 t = ip_tunnel_find(itn, p, itn->fb_tunnel_dev->type); in ip_tunnel_ioctl() 1103 if (ip_tunnel_find(itn, p, dev->type)) in ip_tunnel_newlink() 1150 t = ip_tunnel_find(itn, p, dev->type); in ip_tunnel_changelink()
|