Searched refs:iter_max_spot (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_kapi.c218 u32 iter_max_spot; local
225 iter_max_spot = iter->startbit + NETLBL_CATMAP_SIZE;
228 if (spot >= iter_max_spot && iter->next != NULL) {
230 iter_max_spot = iter->startbit + NETLBL_CATMAP_SIZE;

Completed in 27 milliseconds