Searched refs:ipip6_tunnel_locate (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/ipv6/ |
D | sit.c | 228 static struct ip_tunnel *ipip6_tunnel_locate(struct net *net, in ipip6_tunnel_locate() function 1203 t = ipip6_tunnel_locate(t->net, &p, 0); in ipip6_tunnel_get6rd() 1274 t = ipip6_tunnel_locate(t->net, p, 0); in ipip6_tunnel_get() 1291 t = ipip6_tunnel_locate(t->net, p, 1); in ipip6_tunnel_add() 1307 t = ipip6_tunnel_locate(t->net, p, 0); in ipip6_tunnel_change() 1337 t = ipip6_tunnel_locate(t->net, p, 0); in ipip6_tunnel_del() 1573 if (ipip6_tunnel_locate(net, &nt->parms, 0)) in ipip6_newlink() 1629 t = ipip6_tunnel_locate(net, &p, 0); in ipip6_changelink()
|