Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dfib_algo.c1262 struct fib_dp_header *new_fdh, *old_fdh; in replace_rtables_family() local
1271 new_fdh = alloc_fib_dp_array(old_fdh->fdh_num_tables, false); in replace_rtables_family()
1273 if (new_fdh == NULL) { in replace_rtables_family()
1279 memcpy(&new_fdh->fdh_idx[0], &old_fdh->fdh_idx[0], in replace_rtables_family()
1282 new_fdh->fdh_idx[fd->fd_fibnum] = fd->fd_dp; in replace_rtables_family()
1287 *pdp = &new_fdh->fdh_idx[0]; in replace_rtables_family()
1289 FD_PRINTF(LOG_DEBUG, fd, "update %p -> %p", old_fdh, new_fdh); in replace_rtables_family()
1328 struct fib_dp_header *new_fdh, *old_fdh = NULL; in grow_rtables_family() local
1330 new_fdh = alloc_fib_dp_array(new_num_tables, true); in grow_rtables_family()
1335 memcpy(&new_fdh->fdh_idx[0], &old_fdh->fdh_idx[0], in grow_rtables_family()
[all …]