Searched refs:__ipgre_bucket (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.c292 static struct ip_tunnel **__ipgre_bucket(struct ipgre_net *ign, function
314 return __ipgre_bucket(ign, &t->parms);
352 for (tp = __ipgre_bucket(ign, parms); (t = *tp) != NULL; tp = &t->next)

Completed in 64 milliseconds