Searched refs:__ipgre_bucket (Results 1 – 1 of 1) sorted by relevance
231 static struct ip_tunnel **__ipgre_bucket(struct ipgre_net *ign, in __ipgre_bucket() function253 return __ipgre_bucket(ign, &t->parms); in ipgre_bucket()290 for (tp = __ipgre_bucket(ign, parms); (t = *tp) != NULL; tp = &t->next) in ipgre_tunnel_find()