Searched refs:tunnels_r_l (Results 1 – 3 of 3) sorted by relevance
135 static struct ip_tunnel *tunnels_r_l[HASH_SIZE]; variable139 static struct ip_tunnel **tunnels[4] = { tunnels_wc, tunnels_l, tunnels_r, tunnels_r_l };149 for (t = tunnels_r_l[h0^h1]; t; t = t->next) { in ipip_tunnel_lookup()
153 #define tunnels_r_l (tunnels[3]) macro168 for (t = tunnels_r_l[h0^h1]; t; t = t->next) { in ipgre_tunnel_lookup()
74 static struct ip_tunnel *tunnels_r_l[HASH_SIZE]; variable78 static struct ip_tunnel **tunnels[4] = { tunnels_wc, tunnels_l, tunnels_r, tunnels_r_l };88 for (t = tunnels_r_l[h0^h1]; t; t = t->next) { in ipip6_tunnel_lookup()