Lines Matching refs:t2
174 struct ip_tunnel *t2 = NULL; in ipgre_tunnel_lookup() local
184 if (t->dev->type == ARPHRD_IPGRE && !t2) in ipgre_tunnel_lookup()
185 t2 = t; in ipgre_tunnel_lookup()
195 if (t->dev->type == ARPHRD_IPGRE && !t2) in ipgre_tunnel_lookup()
196 t2 = t; in ipgre_tunnel_lookup()
208 if (t->dev->type == ARPHRD_IPGRE && !t2) in ipgre_tunnel_lookup()
209 t2 = t; in ipgre_tunnel_lookup()
218 if (t->dev->type == ARPHRD_IPGRE && !t2) in ipgre_tunnel_lookup()
219 t2 = t; in ipgre_tunnel_lookup()
223 if (t2) in ipgre_tunnel_lookup()
224 return t2; in ipgre_tunnel_lookup()