Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhop_utils.c62 bitmask_get_resize_items(const struct bitmask_head *bh) in bitmask_get_resize_items() function
74 return (bitmask_get_resize_items(bh) != 0); in bitmask_should_resize()
H A Dnhop.c298 num_items_new = bitmask_get_resize_items(&ctl->nh_idx_head); in link_nhop()
355 num_items_new = bitmask_get_resize_items(&ctl->nh_idx_head); in unlink_nhop()
H A Dnhop_utils.h174 uint32_t bitmask_get_resize_items(const struct bitmask_head *nh);
H A Dnhgrp.c164 new_num_items = bitmask_get_resize_items(&ctl->nh_idx_head); in link_nhgrp()