Searched refs:NETLBL_CATMAP_SIZE (Results 1 – 2 of 2) sorted by relevance
566 while (iter && offset >= (iter->startbit + NETLBL_CATMAP_SIZE)) { in _netlbl_catmap_getnode()585 iter->startbit = offset & ~(NETLBL_CATMAP_SIZE - 1); in _netlbl_catmap_getnode()693 return prev->startbit + NETLBL_CATMAP_SIZE - 1; in netlbl_catmap_walkrng()699 return iter->startbit + NETLBL_CATMAP_SIZE - 1; in netlbl_catmap_walkrng()
151 #define NETLBL_CATMAP_SIZE (NETLBL_CATMAP_MAPSIZE * \ macro