Searched refs:nh_head (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | nhop.c | 88 CHT_SLIST_INIT(&ctl->nh_head, ptr, num_buckets); in nhops_init_rib() 113 free(ctl->nh_head.ptr, M_NHOP); in destroy_ctl() 156 CHT_SLIST_FOREACH(&ctl->nh_head, nhops, nh_priv) { in nhops_destroy_rib() 267 CHT_SLIST_RESIZE(&ctl->nh_head, nhops, nh_ptr, new_nh_buckets); in consider_resize() 300 num_buckets_new = CHT_SLIST_GET_RESIZE_BUCKETS(&ctl->nh_head); in link_nhop() 314 CHT_SLIST_INSERT_HEAD(&ctl->nh_head, nhops, nh_priv); in link_nhop() 340 CHT_SLIST_REMOVE_BYOBJ(&ctl->nh_head, nhops, nh_priv_del, priv_ret); in unlink_nhop() 355 num_buckets_new = CHT_SLIST_GET_RESIZE_BUCKETS(&ctl->nh_head); in unlink_nhop() 381 CHT_SLIST_FIND_BYOBJ(&ctl->nh_head, nhops, nh_priv, nh_priv_ret); in find_nhop()
|
| H A D | nhop_var.h | 57 struct nhops_head nh_head; /* hash table head */ member
|
| H A D | nhop_ctl.c | 781 CHT_SLIST_FOREACH(&ctl->nh_head, nhops, nh_priv) { in nhops_update_ifmtu() 884 count = ctl->nh_head.items_count; in nhops_get_count() 900 DPRINTF("NHDUMP: count=%u", ctl->nh_head.items_count); in nhops_dump_sysctl() 901 CHT_SLIST_FOREACH(&ctl->nh_head, nhops, nh_priv) { in nhops_dump_sysctl()
|