Home
last modified time | relevance | path

Searched refs:free_off (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/route/
H A Dnhop_utils.c160 off = bi->free_off; in bitmask_alloc_idx()
170 bi->free_off = i; in bitmask_alloc_idx()
211 if (bi->free_off > i) in bitmask_free_idx()
212 bi->free_off = i; in bitmask_free_idx()
H A Dnhop_utils.h181 uint16_t free_off; /* index of the first potentially free block */ member
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c99 uint16_t free_off[IPFW_MAX_SETS]; /* first possible free offset */ member
4657 if (ni->free_off[0] > i) in ipfw_objhash_free_idx()
4658 ni->free_off[0] = i; in ipfw_objhash_free_idx()
4676 off = ni->free_off[0]; in ipfw_objhash_alloc_idx()
4686 ni->free_off[0] = i; in ipfw_objhash_alloc_idx()