Home
last modified time | relevance | path

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

/net/ipv4/
Dip_gre.c250 static inline struct ip_tunnel **ipgre_bucket(struct ipgre_net *ign, in ipgre_bucket() function
258 struct ip_tunnel **tp = ipgre_bucket(ign, t); in ipgre_tunnel_link()
270 for (tp = ipgre_bucket(ign, t); *tp; tp = &(*tp)->next) { in ipgre_tunnel_unlink()