IP6_SIT_HASH_SIZE 77 net/ipv6/sit.c struct ip_tunnel __rcu *tunnels_r_l[IP6_SIT_HASH_SIZE]; IP6_SIT_HASH_SIZE 78 net/ipv6/sit.c struct ip_tunnel __rcu *tunnels_r[IP6_SIT_HASH_SIZE]; IP6_SIT_HASH_SIZE 79 net/ipv6/sit.c struct ip_tunnel __rcu *tunnels_l[IP6_SIT_HASH_SIZE]; IP6_SIT_HASH_SIZE 1823 net/ipv6/sit.c for (h = 0; h < IP6_SIT_HASH_SIZE; h++) {