Home
last modified time | relevance | path

Searched refs:tunnels (Results 1 – 6 of 6) sorted by relevance

/net/ipv4/
Dipip.c128 struct ip_tunnel **tunnels[4]; member
181 return &ipn->tunnels[prio][h]; in __ipip_bucket()
764 while ((t = ipn->tunnels[prio][h]) != NULL) in ipip_destroy_tunnels()
784 ipn->tunnels[0] = ipn->tunnels_wc; in ipip_init_net()
785 ipn->tunnels[1] = ipn->tunnels_l; in ipip_init_net()
786 ipn->tunnels[2] = ipn->tunnels_r; in ipip_init_net()
787 ipn->tunnels[3] = ipn->tunnels_r_l; in ipip_init_net()
Dip_gre.c133 struct ip_tunnel *tunnels[4][HASH_SIZE]; member
158 #define tunnels_r_l tunnels[3]
159 #define tunnels_r tunnels[2]
160 #define tunnels_l tunnels[1]
161 #define tunnels_wc tunnels[0]
247 return &ign->tunnels[prio][h]; in __ipgre_bucket()
1245 while ((t = ign->tunnels[prio][h]) != NULL) in ipgre_destroy_tunnels()
DKconfig213 tristate "IP: GRE tunnels over IP"
/net/ipv6/
Dsit.c75 struct ip_tunnel **tunnels[4]; member
124 return &sitn->tunnels[prio][h]; in __ipip6_bucket()
997 while ((t = sitn->tunnels[prio][h]) != NULL) in sit_destroy_tunnels()
1017 sitn->tunnels[0] = sitn->tunnels_wc; in sit_init_net()
1018 sitn->tunnels[1] = sitn->tunnels_l; in sit_init_net()
1019 sitn->tunnels[2] = sitn->tunnels_r; in sit_init_net()
1020 sitn->tunnels[3] = sitn->tunnels_r_l; in sit_init_net()
DKconfig180 Support for IPv6-in-IPv6 and IPv4-in-IPv6 tunnels described in
/net/netfilter/
DKconfig543 internet links or tunnels.