Searched refs:ip6_tnl_bucket (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.c152 * ip6_tnl_bucket - get head of list matching given tunnel parameters
156 * ip6_tnl_bucket() returns the head of the list matching the
163 ip6_tnl_bucket(struct ip6_tnl_parm *p) function
185 struct ip6_tnl **tp = ip6_tnl_bucket(&t->parms);
203 for (tp = ip6_tnl_bucket(&t->parms); *tp; tp = &(*tp)->next) {
283 for (t = *ip6_tnl_bucket(p); t; t = t->next) {

Completed in 27 milliseconds