Searched refs:IP6_GRE_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
62 #define IP6_GRE_HASH_SIZE (1 << IP6_GRE_HASH_SIZE_SHIFT) macro66 struct ip6_tnl __rcu *tunnels[4][IP6_GRE_HASH_SIZE];100 #define HASH_KEY(key) (((__force u32)key^((__force u32)key>>4))&(IP6_GRE_HASH_SIZE - 1))1597 for (h = 0; h < IP6_GRE_HASH_SIZE; h++) { in ip6gre_destroy_tunnels()