Home
last modified time | relevance | path

Searched refs:HASH_SIZE (Results 1 – 4 of 4) sorted by relevance

/net/ipv4/
Dipip.c119 #define HASH_SIZE 16 macro
124 struct ip_tunnel *tunnels_r_l[HASH_SIZE];
125 struct ip_tunnel *tunnels_r[HASH_SIZE];
126 struct ip_tunnel *tunnels_l[HASH_SIZE];
762 for (h = 0; h < HASH_SIZE; h++) { in ipip_destroy_tunnels()
Dip_gre.c129 #define HASH_SIZE 16 macro
133 struct ip_tunnel *tunnels[4][HASH_SIZE];
1243 for (h = 0; h < HASH_SIZE; h++) { in ipgre_destroy_tunnels()
/net/ipv6/
Dsit.c62 #define HASH_SIZE 16 macro
71 struct ip_tunnel *tunnels_r_l[HASH_SIZE];
72 struct ip_tunnel *tunnels_r[HASH_SIZE];
73 struct ip_tunnel *tunnels_l[HASH_SIZE];
995 for (h = 0; h < HASH_SIZE; h++) { in sit_destroy_tunnels()
Dip6_tunnel.c71 #define HASH_SIZE 32 macro
75 (HASH_SIZE - 1))
86 struct ip6_tnl *tnls_r_l[HASH_SIZE];
1400 for (h = 0; h < HASH_SIZE; h++) { in ip6_tnl_destroy_tunnels()