Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhop.c297 num_buckets_new = CHT_SLIST_GET_RESIZE_BUCKETS(&ctl->nh_head); in link_nhop()
354 num_buckets_new = CHT_SLIST_GET_RESIZE_BUCKETS(&ctl->nh_head); in unlink_nhop()
H A Dnhop_utils.h64 #define CHT_SLIST_GET_RESIZE_BUCKETS(_head) \ macro
H A Dnhgrp.c163 new_num_buckets = CHT_SLIST_GET_RESIZE_BUCKETS(&ctl->gr_head); in link_nhgrp()
/freebsd/sys/netlink/route/
H A Dnexthop.c940 uint32_t num_buckets_new = CHT_SLIST_GET_RESIZE_BUCKETS(&ctl->un_head); in rtnl_handle_newnhop()