Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dipip.c138 static struct ip_tunnel *tunnels_wc[1]; variable
139 static struct ip_tunnel **tunnels[4] = { tunnels_wc, tunnels_l, tunnels_r, tunnels_r_l };
162 if ((t = tunnels_wc[0]) != NULL && (t->dev->flags&IFF_UP)) in ipip_tunnel_lookup()
285 tunnels_wc[0] = NULL; in ipip_tunnel_uninit()
865 tunnels_wc[0] = &ipip_fb_tunnel; in ipip_fb_tunnel_init()
Dip_gre.c156 #define tunnels_wc (tunnels[0]) macro
187 for (t = tunnels_wc[h1]; t; t = t->next) { in ipgre_tunnel_lookup()
1242 tunnels_wc[0] = &ipgre_fb_tunnel; in ipgre_fb_tunnel_init()
/linux-2.4.37.9/net/ipv6/
Dsit.c77 static struct ip_tunnel *tunnels_wc[1]; variable
78 static struct ip_tunnel **tunnels[4] = { tunnels_wc, tunnels_l, tunnels_r, tunnels_r_l };
101 if ((t = tunnels_wc[0]) != NULL && (t->dev->flags&IFF_UP)) in ipip6_tunnel_lookup()
223 tunnels_wc[0] = NULL; in ipip6_tunnel_uninit()
821 tunnels_wc[0] = &ipip6_fb_tunnel; in ipip6_fb_tunnel_init()