Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhop.c290 uint32_t num_buckets_new, num_items_new; in link_nhop() local
300 num_buckets_new = CHT_SLIST_GET_RESIZE_BUCKETS(&ctl->nh_head); in link_nhop()
307 consider_resize(ctl, num_buckets_new, num_items_new); in link_nhop()
320 consider_resize(ctl, num_buckets_new, num_items_new); in link_nhop()
335 uint32_t num_buckets_new, num_items_new; in unlink_nhop() local
355 num_buckets_new = CHT_SLIST_GET_RESIZE_BUCKETS(&ctl->nh_head); in unlink_nhop()
366 consider_resize(ctl, num_buckets_new, num_items_new); in unlink_nhop()