Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netlabel/
A Dnetlabel_kapi.c566 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()
/linux-6.3-rc2/include/net/
A Dnetlabel.h151 #define NETLBL_CATMAP_SIZE (NETLBL_CATMAP_MAPSIZE * \ macro

Completed in 21 milliseconds