Searched refs:NETLBL_CATMAP_SIZE (Results 1 – 2 of 2) sorted by relevance
580 while (iter && offset >= (iter->startbit + NETLBL_CATMAP_SIZE)) { in _netlbl_catmap_getnode()599 iter->startbit = offset & ~(NETLBL_CATMAP_SIZE - 1); in _netlbl_catmap_getnode()707 return prev->startbit + NETLBL_CATMAP_SIZE - 1; in netlbl_catmap_walkrng()713 return iter->startbit + NETLBL_CATMAP_SIZE - 1; in netlbl_catmap_walkrng()
165 #define NETLBL_CATMAP_SIZE (NETLBL_CATMAP_MAPSIZE * \ macro