Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhop_utils.c88 bitmask_get_size(uint32_t items) in bitmask_get_size() function
104 size_t size = bitmask_get_size(items); in _bitmask_init_idx()
H A Dnhgrp.c227 alloc_size = bitmask_get_size(new_idx_items); in consider_resize()
282 mask_ptr = malloc(bitmask_get_size(num_items), M_NHOP, malloc_flags); in nhgrp_ctl_alloc_default()
H A Dnhop.c94 ptr = malloc(bitmask_get_size(num_items), M_NHOP, M_WAITOK | M_ZERO); in nhops_init_rib()
251 alloc_size = bitmask_get_size(new_idx_items); in consider_resize()
H A Dnhop_utils.h187 size_t bitmask_get_size(uint32_t items);