Home
last modified time | relevance | path

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

/net/ipv4/
Dipip.c125 struct ip_tunnel *tunnels_r[HASH_SIZE]; member
152 for (t = ipn->tunnels_r[h0]; t; t = t->next) { in ipip_tunnel_lookup()
786 ipn->tunnels[2] = ipn->tunnels_r; in ipip_init_net()
Dip_gre.c159 #define tunnels_r tunnels[2] macro
190 for (t = ign->tunnels_r[h0^h1]; t; t = t->next) { in ipgre_tunnel_lookup()
/net/ipv6/
Dsit.c72 struct ip_tunnel *tunnels_r[HASH_SIZE]; member
95 for (t = sitn->tunnels_r[h0]; t; t = t->next) { in ipip6_tunnel_lookup()
1019 sitn->tunnels[2] = sitn->tunnels_r; in sit_init_net()