Home
last modified time | relevance | path

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

/net/ipv4/
Dipip.c124 struct ip_tunnel *tunnels_r_l[HASH_SIZE]; member
147 for (t = ipn->tunnels_r_l[h0^h1]; t; t = t->next) { in ipip_tunnel_lookup()
787 ipn->tunnels[3] = ipn->tunnels_r_l; in ipip_init_net()
Dip_gre.c158 #define tunnels_r_l tunnels[3] macro
179 for (t = ign->tunnels_r_l[h0^h1]; t; t = t->next) { in ipgre_tunnel_lookup()
/net/ipv6/
Dsit.c71 struct ip_tunnel *tunnels_r_l[HASH_SIZE]; member
90 for (t = sitn->tunnels_r_l[h0^h1]; t; t = t->next) { in ipip6_tunnel_lookup()
1020 sitn->tunnels[3] = sitn->tunnels_r_l; in sit_init_net()