Searched refs:CHT_SLIST_RESIZE (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/net/route/ |
H A D | nhop_utils.h | 145 #define CHT_SLIST_RESIZE(_head, _PX, _new_void_ptr, _new_hsize) \ macro
|
H A D | nhgrp.c | 258 CHT_SLIST_RESIZE(&ctl->gr_head, mpath, gr_ptr, new_gr_bucket); in consider_resize()
|
H A D | nhop.c | 264 CHT_SLIST_RESIZE(&ctl->nh_head, nhops, nh_ptr, new_nh_buckets); in consider_resize()
|
/freebsd/sys/netlink/route/ |
H A D | nexthop.c | 593 CHT_SLIST_RESIZE(&ctl->un_head, unhop, new_ptr, new_size); in consider_resize()
|