Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_vti.c241 * vti6_locate - find or create tunnel matching given parameters
247 * vti6_locate() first tries to locate an existing tunnel
254 static struct ip6_tnl *vti6_locate(struct net *net, struct __ip6_tnl_parm *p, in vti6_locate() function
819 t = vti6_locate(net, &p1, 0); in vti6_ioctl()
841 t = vti6_locate(net, &p1, cmd == SIOCADDTUNNEL); in vti6_ioctl()
873 t = vti6_locate(net, &p1, 0); in vti6_ioctl()
1019 if (vti6_locate(net, &nt->parms, 0)) in vti6_newlink()
1048 t = vti6_locate(net, &p, 0); in vti6_changelink()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_vti.c242 * vti6_locate - find or create tunnel matching given parameters
248 * vti6_locate() first tries to locate an existing tunnel
255 static struct ip6_tnl *vti6_locate(struct net *net, struct __ip6_tnl_parm *p, in vti6_locate() function
819 t = vti6_locate(net, &p1, 0); in vti6_siocdevprivate()
841 t = vti6_locate(net, &p1, cmd == SIOCADDTUNNEL); in vti6_siocdevprivate()
873 t = vti6_locate(net, &p1, 0); in vti6_siocdevprivate()
1019 if (vti6_locate(net, &nt->parms, 0)) in vti6_newlink()
1048 t = vti6_locate(net, &p, 0); in vti6_changelink()

Completed in 3 milliseconds