Searched refs:new_fdh (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/route/ |
H A D | fib_algo.c | 1593 struct fib_dp_header *new_fdh, *old_fdh; in replace_rtables_family() local 1614 new_fdh = alloc_fib_dp_array(old_fdh->fdh_num_tables, false); in replace_rtables_family() 1615 FD_PRINTF(LOG_DEBUG, fd, "OLD FDH: %p NEW FDH: %p", old_fdh, new_fdh); in replace_rtables_family() 1616 if (new_fdh == NULL) { in replace_rtables_family() 1622 memcpy(&new_fdh->fdh_idx[0], &old_fdh->fdh_idx[0], in replace_rtables_family() 1625 new_fdh->fdh_idx[fd->fd_fibnum] = *dp; in replace_rtables_family() 1630 *pdp = &new_fdh->fdh_idx[0]; in replace_rtables_family() 1632 FD_PRINTF(LOG_DEBUG, fd, "update %p -> %p", old_fdh, new_fdh); in replace_rtables_family() 1674 struct fib_dp_header *new_fdh, *old_fdh = NULL; in grow_rtables_family() local 1676 new_fdh = alloc_fib_dp_array(new_num_tables, true); in grow_rtables_family() [all …]
|