Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dip_tunnels.h164 #define IP_TNL_HASH_SIZE (1 << IP_TNL_HASH_BITS) macro
169 struct hlist_head tunnels[IP_TNL_HASH_SIZE];
/linux-6.3-rc2/net/ipv4/
A Dip_tunnel.c1056 for (i = 0; i < IP_TNL_HASH_SIZE; i++) in ip_tunnel_init_net()
1100 for (h = 0; h < IP_TNL_HASH_SIZE; h++) { in ip_tunnel_destroy()

Completed in 6 milliseconds