Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dipip.c135 static struct ip_tunnel *tunnels_r_l[HASH_SIZE]; variable
139 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()
Dip_gre.c153 #define tunnels_r_l (tunnels[3]) macro
168 for (t = tunnels_r_l[h0^h1]; t; t = t->next) { in ipgre_tunnel_lookup()
/linux-2.4.37.9/net/ipv6/
Dsit.c74 static struct ip_tunnel *tunnels_r_l[HASH_SIZE]; variable
78 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()