Home
last modified time | relevance | path

Searched refs:ILL_FRAG_HASH_TBL_COUNT (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h108 #define ILL_FRAG_HASH_TBL_COUNT ((unsigned int)64) macro
109 #define ILL_FRAG_HASH_TBL_SIZE (ILL_FRAG_HASH_TBL_COUNT * sizeof (ipfb_t))
2757 ((ntohl(s) ^ ((i) ^ ((i) >> 8))) % ILL_FRAG_HASH_TBL_COUNT)
2768 (COMMON_IP_MTU * ILL_FRAG_HASH_TBL_COUNT))))
H A Dip6.h212 ILL_FRAG_HASH_TBL_COUNT)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c609 for (count = 0; count < ILL_FRAG_HASH_TBL_COUNT; count++) { in ill_delete_tail()
2419 endp = &ipfb[ILL_FRAG_HASH_TBL_COUNT]; in ill_frag_timeout()
2583 for (ix = 0; ix < ILL_FRAG_HASH_TBL_COUNT; ix++) { in ill_frag_prune()
2603 for (ix = 0; ix < ILL_FRAG_HASH_TBL_COUNT; ix++) { in ill_frag_prune()
3377 for (count = 0; count < ILL_FRAG_HASH_TBL_COUNT; count++) { in ill_init_common()