Searched refs:new_nh_buckets (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | nhgrp.c | 85 static void consider_resize(struct nh_control *ctl, uint32_t new_nh_buckets, 213 consider_resize(struct nh_control *ctl, uint32_t new_nh_buckets, uint32_t new_idx_items) in consider_resize() argument 220 if (new_nh_buckets != 0) { in consider_resize() 221 alloc_size = CHT_SLIST_GET_RESIZE_SIZE(new_nh_buckets); in consider_resize() 237 nh_ptr, new_nh_buckets, nh_idx_ptr, new_idx_items); in consider_resize() 243 CHT_SLIST_RESIZE(&ctl->gr_head, mpath, nh_ptr, new_nh_buckets); in consider_resize()
|
| H A D | nhop.c | 237 consider_resize(struct nh_control *ctl, uint32_t new_nh_buckets, uint32_t new_idx_items) in consider_resize() argument 244 if (new_nh_buckets != 0) { in consider_resize() 245 alloc_size = CHT_SLIST_GET_RESIZE_SIZE(new_nh_buckets); in consider_resize() 261 new_nh_buckets, nh_idx_ptr, new_idx_items); in consider_resize() 267 CHT_SLIST_RESIZE(&ctl->nh_head, nhops, nh_ptr, new_nh_buckets); in consider_resize()
|