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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_tunnel.c264 * ip6_tnl_locate - find or create tunnel matching given parameters
269 * ip6_tnl_locate() first tries to locate an existing tunnel
277 static struct ip6_tnl *ip6_tnl_locate(struct ip6_tnl_parm *p, int create) function
1203 t = ip6_tnl_locate(&p, 0);
1224 t = ip6_tnl_locate(&p, cmd == SIOCADDTUNNEL);
1257 if ((t = ip6_tnl_locate(&p, 0)) == NULL)

Completed in 44 milliseconds