Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhop.c300 num_buckets_new = CHT_SLIST_GET_RESIZE_BUCKETS(&ctl->nh_head); in link_nhop()
355 num_buckets_new = CHT_SLIST_GET_RESIZE_BUCKETS(&ctl->nh_head); in unlink_nhop()
H A Dnhgrp.c161 new_num_buckets = CHT_SLIST_GET_RESIZE_BUCKETS(&ctl->gr_head); in link_nhgrp()
H A Dnhop_utils.h66 #define CHT_SLIST_GET_RESIZE_BUCKETS(_head) \ macro