Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhgrp.c216 void *old_idx_ptr; in consider_resize() local
239 old_idx_ptr = NULL; in consider_resize()
247 bitmask_swap(&ctl->gr_idx_head, nh_idx_ptr, new_idx_items, &old_idx_ptr); in consider_resize()
253 if (old_idx_ptr != NULL) in consider_resize()
254 free(old_idx_ptr, M_NHOP); in consider_resize()
H A Dnhop.c240 void *old_idx_ptr; in consider_resize() local
263 old_idx_ptr = NULL; in consider_resize()
271 bitmask_swap(&ctl->nh_idx_head, nh_idx_ptr, new_idx_items, &old_idx_ptr); in consider_resize()
277 if (old_idx_ptr != NULL) in consider_resize()
278 free(old_idx_ptr, M_NHOP); in consider_resize()