Home
last modified time | relevance | path

Searched refs:ipgre_tunnel_locate (Results 1 – 1 of 1) sorted by relevance

/net/ipv4/
Dip_gre.c300 static struct ip_tunnel * ipgre_tunnel_locate(struct net *net, in ipgre_tunnel_locate() function
922 t = ipgre_tunnel_locate(net, &p, 0); in ipgre_tunnel_ioctl()
954 t = ipgre_tunnel_locate(net, &p, cmd == SIOCADDTUNNEL); in ipgre_tunnel_ioctl()
1016 if ((t = ipgre_tunnel_locate(net, &p, 0)) == NULL) in ipgre_tunnel_ioctl()
1473 t = ipgre_tunnel_locate(net, &p, 0); in ipgre_changelink()