Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Din_fib_dxr.c92 #define FRAGS_PREF_SHORT (((1 << DESC_FRAGMENTS_BITS) - 1) & \ macro
94 #define FRAGS_MARK_XL (FRAGS_PREF_SHORT - 1)
95 #define FRAGS_MARK_HIT (FRAGS_PREF_SHORT - 2)
97 #define IS_SHORT_FORMAT(x) ((x & FRAGS_PREF_SHORT) == FRAGS_PREF_SHORT)
98 #define IS_LONG_FORMAT(x) ((x & FRAGS_PREF_SHORT) != FRAGS_PREF_SHORT)
486 sizeof(*da->range_tbl) * da->rtbl_size + FRAGS_PREF_SHORT, in chunk_ref()
829 da->rtbl_work_frags | FRAGS_PREF_SHORT; in update_chunk()
887 + FRAGS_PREF_SHORT, M_DXRAUX, M_NOWAIT); in dxr_build()