Searched refs:ign (Results 1 – 1 of 1) sorted by relevance
175 struct ipgre_net *ign = net_generic(net, ipgre_net_id); in ipgre_tunnel_lookup() local179 for (t = ign->tunnels_r_l[h0^h1]; t; t = t->next) { in ipgre_tunnel_lookup()190 for (t = ign->tunnels_r[h0^h1]; t; t = t->next) { in ipgre_tunnel_lookup()201 for (t = ign->tunnels_l[h1]; t; t = t->next) { in ipgre_tunnel_lookup()214 for (t = ign->tunnels_wc[h1]; t; t = t->next) { in ipgre_tunnel_lookup()226 if (ign->fb_tunnel_dev->flags&IFF_UP) in ipgre_tunnel_lookup()227 return netdev_priv(ign->fb_tunnel_dev); in ipgre_tunnel_lookup()231 static struct ip_tunnel **__ipgre_bucket(struct ipgre_net *ign, in __ipgre_bucket() argument247 return &ign->tunnels[prio][h]; in __ipgre_bucket()250 static inline struct ip_tunnel **ipgre_bucket(struct ipgre_net *ign, in ipgre_bucket() argument[all …]