Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dsit.c61 #define IP6_SIT_HASH_SIZE 16 macro
77 struct ip_tunnel __rcu *tunnels_r_l[IP6_SIT_HASH_SIZE];
78 struct ip_tunnel __rcu *tunnels_r[IP6_SIT_HASH_SIZE];
79 struct ip_tunnel __rcu *tunnels_l[IP6_SIT_HASH_SIZE];
1816 for (h = 0; h < (prio ? IP6_SIT_HASH_SIZE : 1); h++) { in sit_destroy_tunnels()