Home
last modified time | relevance | path

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

/net/ipv4/
Dipip.c126 struct ip_tunnel *tunnels_l[HASH_SIZE]; member
156 for (t = ipn->tunnels_l[h1]; t; t = t->next) { in ipip_tunnel_lookup()
785 ipn->tunnels[1] = ipn->tunnels_l; in ipip_init_net()
Dip_gre.c160 #define tunnels_l tunnels[1] macro
201 for (t = ign->tunnels_l[h1]; t; t = t->next) { in ipgre_tunnel_lookup()
/net/ipv6/
Dsit.c73 struct ip_tunnel *tunnels_l[HASH_SIZE]; member
99 for (t = sitn->tunnels_l[h1]; t; t = t->next) { in ipip6_tunnel_lookup()
1018 sitn->tunnels[1] = sitn->tunnels_l; in sit_init_net()