Home
last modified time | relevance | path

Searched refs:__ipgre_bucket (Results 1 – 1 of 1) sorted by relevance

/net/ipv4/
Dip_gre.c231 static struct ip_tunnel **__ipgre_bucket(struct ipgre_net *ign, in __ipgre_bucket() function
253 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()