Searched refs:nh_ptr (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/route/ |
H A D | nhop.c | 235 void *nh_ptr, *nh_idx_ptr; in consider_resize() local 239 nh_ptr = NULL; in consider_resize() 242 nh_ptr = malloc(alloc_size, M_NHOP, M_NOWAIT | M_ZERO); in consider_resize() 251 if (nh_ptr == NULL && nh_idx_ptr == NULL) { in consider_resize() 258 nh_ptr, new_nh_buckets, nh_idx_ptr, new_idx_items); in consider_resize() 263 if (nh_ptr != NULL) { in consider_resize() 264 CHT_SLIST_RESIZE(&ctl->nh_head, nhops, nh_ptr, new_nh_buckets); in consider_resize() 272 if (nh_ptr != NULL) in consider_resize() 273 free(nh_ptr, M_NHOP); in consider_resize()
|