Searched refs:ip_tunnel_find (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv4/
H A Dip_tunnel.c206 static struct ip_tunnel *ip_tunnel_find(struct ip_tunnel_net *itn, function
917 t = ip_tunnel_find(itn, p, itn->fb_tunnel_dev->type);
938 t = ip_tunnel_find(itn, p, itn->type);
988 t = ip_tunnel_find(itn, p, itn->fb_tunnel_dev->type);
1232 if (ip_tunnel_find(itn, p, dev->type))
1281 t = ip_tunnel_find(itn, p, dev->type);

Completed in 161 milliseconds