Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Din_fib_dxr.c77 #define DIRECT_TBL_SIZE (1 << DXR_TRIE_BITS) macro
110 #define XTBL_SIZE_INCR (DIRECT_TBL_SIZE / 16)
167 struct direct_entry direct_tbl[DIRECT_TBL_SIZE];
176 uint32_t updates_mask[DIRECT_TBL_SIZE / 32];
926 da->updates_high = DIRECT_TBL_SIZE - 1; in dxr_build()
928 for (i = 0; i < DIRECT_TBL_SIZE; i++) { in dxr_build()
964 da->updates_high = DIRECT_TBL_SIZE - 1; in dxr_build()
1012 x_size = sizeof(*da->x_tbl) * DIRECT_TBL_SIZE / d_tbl_size in dxr_build()
1047 da->updates_low = DIRECT_TBL_SIZE - 1; in dxr_build()