Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Din_fib_dxr.c91 #define FRAGS_PREF_SHORT (((1 << DESC_FRAGMENTS_BITS) - 1) & \ macro
93 #define FRAGS_MARK_XL (FRAGS_PREF_SHORT - 1)
94 #define FRAGS_MARK_HIT (FRAGS_PREF_SHORT - 2)
96 #define IS_SHORT_FORMAT(x) ((x & FRAGS_PREF_SHORT) == FRAGS_PREF_SHORT)
97 #define IS_LONG_FORMAT(x) ((x & FRAGS_PREF_SHORT) != FRAGS_PREF_SHORT)
485 sizeof(*da->range_tbl) * da->rtbl_size + FRAGS_PREF_SHORT, in chunk_ref()
828 da->rtbl_work_frags | FRAGS_PREF_SHORT; in update_chunk()
886 + FRAGS_PREF_SHORT, M_DXRAUX, M_NOWAIT); in dxr_build()