Searched refs:PCTRIE_MASK (Results 1 – 1 of 1) sorted by relevance
66 #define PCTRIE_MASK (PCTRIE_COUNT - 1) macro155 return ((index >> (level * PCTRIE_WIDTH)) & PCTRIE_MASK); in pctrie_slot()