Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dipip.c137 static struct ip_tunnel *tunnels_l[HASH_SIZE]; variable
139 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()
Dip_gre.c155 #define tunnels_l (tunnels[1]) macro
180 for (t = tunnels_l[h1]; t; t = t->next) { in ipgre_tunnel_lookup()
/linux-2.4.37.9/net/ipv6/
Dsit.c76 static struct ip_tunnel *tunnels_l[HASH_SIZE]; variable
78 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()