Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhgrp.c235 alloc_size = CHT_SLIST_GET_RESIZE_SIZE(new_gr_bucket); in consider_resize()
285 alloc_size = CHT_SLIST_GET_RESIZE_SIZE(num_buckets); in nhgrp_ctl_alloc_default()
H A Dnhop.c90 alloc_size = CHT_SLIST_GET_RESIZE_SIZE(num_buckets); in nhops_init_rib()
241 alloc_size = CHT_SLIST_GET_RESIZE_SIZE(new_nh_buckets); in consider_resize()
H A Dnhop_utils.h66 #define CHT_SLIST_GET_RESIZE_SIZE(_buckets) ((_buckets) * sizeof(void *)) macro
/freebsd/sys/netlink/route/
H A Dnexthop.c584 alloc_size = CHT_SLIST_GET_RESIZE_SIZE(new_size); in consider_resize()
606 size_t alloc_size = CHT_SLIST_GET_RESIZE_SIZE(num_buckets); in vnet_init_unhops()