Searched defs:ILL_FRAG_HASH_TBL_COUNT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h107 #define ILL_FRAG_HASH_TBL_COUNT ((unsigned int)64) macro
108 #define ILL_FRAG_HASH_TBL_SIZE (ILL_FRAG_HASH_TBL_COUNT * sizeof (ipfb_t))
2751 ((ntohl(s) ^ ((i) ^ ((i) >> 8))) % ILL_FRAG_HASH_TBL_COUNT)
2762 (COMMON_IP_MTU * ILL_FRAG_HASH_TBL_COUNT))))

Completed in 67 milliseconds