Searched refs:ipip6_tunnel_locate (Results 1 – 1 of 1) sorted by relevance
/linux/net/ipv6/ |
H A D | sit.c | 229 static struct ip_tunnel *ipip6_tunnel_locate(struct net *net, in ipip6_tunnel_locate() function 1208 t = ipip6_tunnel_locate(t->net, &p, 0); in ipip6_tunnel_get6rd() 1279 t = ipip6_tunnel_locate(t->net, p, 0); in ipip6_tunnel_get() 1296 t = ipip6_tunnel_locate(t->net, p, 1); in ipip6_tunnel_add() 1312 t = ipip6_tunnel_locate(t->net, p, 0); in ipip6_tunnel_change() 1342 t = ipip6_tunnel_locate(t->net, p, 0); in ipip6_tunnel_del() 1575 if (ipip6_tunnel_locate(net, &nt->parms, 0)) in ipip6_newlink() 1631 t = ipip6_tunnel_locate(net, &p, 0); in ipip6_changelink()
|