Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h109 #define ILL_FRAG_HASH_TBL_SIZE (ILL_FRAG_HASH_TBL_COUNT * sizeof (ipfb_t)) macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c3369 frag_ptr = (uchar_t *)mi_zalloc(ILL_FRAG_HASH_TBL_SIZE + 2 * LIFNAMSIZ); in ill_init_common()
3376 ill->ill_name = (char *)(frag_ptr + ILL_FRAG_HASH_TBL_SIZE); in ill_init_common()