Searched refs:nh_ptr (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | nhgrp.c | 215 void *nh_ptr, *nh_idx_ptr; in consider_resize() local 219 nh_ptr = NULL ; in consider_resize() 222 nh_ptr = malloc(alloc_size, M_NHOP, M_NOWAIT | M_ZERO); in consider_resize() 231 if (nh_ptr == NULL && nh_idx_ptr == NULL) { in consider_resize() 237 nh_ptr, new_nh_buckets, nh_idx_ptr, new_idx_items); in consider_resize() 242 if (nh_ptr != NULL) { in consider_resize() 243 CHT_SLIST_RESIZE(&ctl->gr_head, mpath, nh_ptr, new_nh_buckets); in consider_resize() 251 if (nh_ptr != NULL) in consider_resize() 252 free(nh_ptr, M_NHOP); in consider_resize()
|
| H A D | nhop.c | 239 void *nh_ptr, *nh_idx_ptr; in consider_resize() local 243 nh_ptr = NULL; in consider_resize() 246 nh_ptr = malloc(alloc_size, M_NHOP, M_NOWAIT | M_ZERO); in consider_resize() 255 if (nh_ptr == NULL && nh_idx_ptr == NULL) { in consider_resize() 260 DPRINTF("going to resize: nh:[ptr:%p sz:%u] idx:[ptr:%p sz:%u]", nh_ptr, in consider_resize() 266 if (nh_ptr != NULL) { in consider_resize() 267 CHT_SLIST_RESIZE(&ctl->nh_head, nhops, nh_ptr, new_nh_buckets); in consider_resize() 275 if (nh_ptr != NULL) in consider_resize() 276 free(nh_ptr, M_NHOP); in consider_resize()
|