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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_gre.c363 static struct ip_tunnel * ipgre_tunnel_locate(struct net *net, function
974 t = ipgre_tunnel_locate(net, &p, 0);
1006 t = ipgre_tunnel_locate(net, &p, cmd == SIOCADDTUNNEL);
1068 if ((t = ipgre_tunnel_locate(net, &p, 0)) == NULL)
1516 t = ipgre_tunnel_locate(net, &p, 0);

Completed in 36 milliseconds