Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Din_fib_dxr.c87 #define FRAGS_MASK_SHORT ((1 << (23 - DXR_TRIE_BITS)) - 1) macro
89 #define FRAGS_MASK_SHORT 0 macro
92 ~FRAGS_MASK_SHORT)
260 upperbound = de.fragments & FRAGS_MASK_SHORT; in range_lookup()
373 return ((fdesc->fragments & FRAGS_MASK_SHORT) + 1); in chunk_size()