Searched refs:free_off (Results 1 – 3 of 3) sorted by relevance
159 off = bi->free_off; in bitmask_alloc_idx()169 bi->free_off = i; in bitmask_alloc_idx()210 if (bi->free_off > i) in bitmask_free_idx()211 bi->free_off = i; in bitmask_free_idx()
167 uint16_t free_off; /* index of the first potentially free block */ member
100 uint16_t free_off[IPFW_MAX_SETS]; /* first possible free offset */ member3711 if (ni->free_off[0] > i) in ipfw_objhash_free_idx()3712 ni->free_off[0] = i; in ipfw_objhash_free_idx()3730 off = ni->free_off[0]; in ipfw_objhash_alloc_idx()3740 ni->free_off[0] = i; in ipfw_objhash_alloc_idx()