Searched refs:ip6_tnl_lookup (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.c122 * ip6_tnl_lookup - fetch tunnel matching the end-point addresses
133 ip6_tnl_lookup(struct in6_addr *remote, struct in6_addr *local) function
404 if ((t = ip6_tnl_lookup(&ipv6h->daddr, &ipv6h->saddr)) == NULL)
687 if ((t = ip6_tnl_lookup(&ipv6h->saddr, &ipv6h->daddr)) != NULL) {

Completed in 108 milliseconds