Searched refs:tunnels_l (Results 1 – 3 of 3) sorted by relevance
137 static struct ip_tunnel *tunnels_l[HASH_SIZE]; variable139 static struct ip_tunnel **tunnels[4] = { tunnels_wc, tunnels_l, tunnels_r, tunnels_r_l };158 for (t = tunnels_l[h1]; t; t = t->next) { in ipip_tunnel_lookup()
155 #define tunnels_l (tunnels[1]) macro180 for (t = tunnels_l[h1]; t; t = t->next) { in ipgre_tunnel_lookup()
76 static struct ip_tunnel *tunnels_l[HASH_SIZE]; variable78 static struct ip_tunnel **tunnels[4] = { tunnels_wc, tunnels_l, tunnels_r, tunnels_r_l };97 for (t = tunnels_l[h1]; t; t = t->next) { in ipip6_tunnel_lookup()