Home
last modified time | relevance | path

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

/net/ipv4/
Dipip.c127 struct ip_tunnel *tunnels_wc[1]; member
160 if ((t = ipn->tunnels_wc[0]) != NULL && (t->dev->flags&IFF_UP)) in ipip_tunnel_lookup()
271 ipn->tunnels_wc[0] = NULL; in ipip_tunnel_uninit()
744 ipn->tunnels_wc[0] = tunnel; in ipip_fb_tunnel_init()
784 ipn->tunnels[0] = ipn->tunnels_wc; in ipip_init_net()
Dip_gre.c161 #define tunnels_wc tunnels[0] macro
214 for (t = ign->tunnels_wc[h1]; t; t = t->next) { in ipgre_tunnel_lookup()
1227 ign->tunnels_wc[0] = tunnel; in ipgre_fb_tunnel_init()
/net/ipv6/
Dsit.c74 struct ip_tunnel *tunnels_wc[1]; member
103 if ((t = sitn->tunnels_wc[0]) != NULL && (t->dev->flags&IFF_UP)) in ipip6_tunnel_lookup()
394 sitn->tunnels_wc[0] = NULL; in ipip6_tunnel_uninit()
980 sitn->tunnels_wc[0] = tunnel; in ipip6_fb_tunnel_init()
1017 sitn->tunnels[0] = sitn->tunnels_wc; in sit_init_net()