Searched refs:CHT_SLIST_INIT (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/net/route/ |
H A D | nhgrp.c | 297 CHT_SLIST_INIT(&ctl->gr_head, cht_ptr, num_buckets); in nhgrp_ctl_alloc_default() 318 CHT_SLIST_INIT(&ctl->gr_head, NULL, 0); in nhgrp_ctl_init()
|
H A D | nhop_utils.h | 75 #define CHT_SLIST_INIT(_head, _ptr, _num_buckets) \ macro
|
H A D | nhop.c | 92 CHT_SLIST_INIT(&ctl->nh_head, ptr, num_buckets); in nhops_init_rib()
|
/freebsd/sys/netlink/route/ |
H A D | nexthop.c | 618 CHT_SLIST_INIT(&ctl->un_head, ptr, num_buckets); in vnet_init_unhops()
|