Searched refs:ip6gre_tunnel_locate (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_gre.c | 346 static struct ip6_tnl *ip6gre_tunnel_locate(struct net *net, in ip6gre_tunnel_locate() function 1285 t = ip6gre_tunnel_locate(net, &p1, 0); in ip6gre_tunnel_ioctl() 1315 t = ip6gre_tunnel_locate(net, &p1, cmd == SIOCADDTUNNEL); in ip6gre_tunnel_ioctl() 1356 t = ip6gre_tunnel_locate(net, &p1, 0); in ip6gre_tunnel_ioctl() 2063 t = ip6gre_tunnel_locate(net, p_p, 0); in ip6gre_changelink_common()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_gre.c | 346 static struct ip6_tnl *ip6gre_tunnel_locate(struct net *net, in ip6gre_tunnel_locate() function 1285 t = ip6gre_tunnel_locate(net, &p1, 0); in ip6gre_tunnel_siocdevprivate() 1315 t = ip6gre_tunnel_locate(net, &p1, cmd == SIOCADDTUNNEL); in ip6gre_tunnel_siocdevprivate() 1356 t = ip6gre_tunnel_locate(net, &p1, 0); in ip6gre_tunnel_siocdevprivate() 2060 t = ip6gre_tunnel_locate(net, p_p, 0); in ip6gre_changelink_common()
|
Completed in 8 milliseconds