Searched refs:IP_TNL_HASH_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/net/
H A Dip_tunnels.h201 #define IP_TNL_HASH_SIZE (1 << IP_TNL_HASH_BITS) macro
206 struct hlist_head tunnels[IP_TNL_HASH_SIZE];
/linux-master/net/ipv4/
H A Dip_tunnel.c1143 for (i = 0; i < IP_TNL_HASH_SIZE; i++)
1187 for (h = 0; h < IP_TNL_HASH_SIZE; h++) {

Completed in 112 milliseconds