Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhgrp.c265 void *cht_ptr, *mask_ptr; in nhgrp_ctl_alloc_default() local
271 cht_ptr = malloc(alloc_size, M_NHOP, malloc_flags); in nhgrp_ctl_alloc_default()
273 if (cht_ptr == NULL) { in nhgrp_ctl_alloc_default()
285 free(cht_ptr, M_NHOP); in nhgrp_ctl_alloc_default()
293 CHT_SLIST_INIT(&ctl->gr_head, cht_ptr, num_buckets); in nhgrp_ctl_alloc_default()
299 free(cht_ptr, M_NHOP); in nhgrp_ctl_alloc_default()