Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c97 uint32_t max_blocks; /* number of "long" blocks in bitmask */ member
4245 int max_blocks; in ipfw_objhash_bitmap_alloc() local
4252 max_blocks = items / BLOCK_ITEMS; in ipfw_objhash_bitmap_alloc()
4260 *pblocks = max_blocks; in ipfw_objhash_bitmap_alloc()
4274 old_blocks = ni->max_blocks; in ipfw_objhash_bitmap_merge()
4294 old_blocks = ni->max_blocks; in ipfw_objhash_bitmap_swap()
4297 ni->max_blocks = *blocks; in ipfw_objhash_bitmap_swap()
4345 ipfw_objhash_bitmap_alloc(items, (void*)&ni->idx_mask, &ni->max_blocks); in ipfw_objhash_create()
4645 if (i >= ni->max_blocks) in ipfw_objhash_free_idx()
4679 for (i = off; i < ni->max_blocks; i++, mask++) { in ipfw_objhash_alloc_idx()