Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Din_fib_dxr.c103 #define CHUNK_HASH_SIZE (1 << CHUNK_HASH_BITS) macro
104 #define CHUNK_HASH_MASK (CHUNK_HASH_SIZE - 1)
178 LIST_HEAD(, chunk_desc) chunk_hashtbl[CHUNK_HASH_SIZE];