Searched refs:old_idx_ptr (Results 1 – 2 of 2) sorted by relevance
230 void *old_idx_ptr; in consider_resize() local254 old_idx_ptr = NULL; in consider_resize()262 bitmask_swap(&ctl->nh_idx_head, gr_idx_ptr, new_idx_items, &old_idx_ptr); in consider_resize()268 if (old_idx_ptr != NULL) in consider_resize()269 free(old_idx_ptr, M_NHOP); in consider_resize()
236 void *old_idx_ptr; in consider_resize() local260 old_idx_ptr = NULL; in consider_resize()268 bitmask_swap(&ctl->nh_idx_head, nh_idx_ptr, new_idx_items, &old_idx_ptr); in consider_resize()274 if (old_idx_ptr != NULL) in consider_resize()275 free(old_idx_ptr, M_NHOP); in consider_resize()