Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dfib_algo.c1593 struct fib_dp_header *new_fdh, *old_fdh; in replace_rtables_family() local
1601 old_fdh = get_fib_dp_header(*pdp); in replace_rtables_family()
1603 if (old_fdh->fdh_idx[fd->fd_fibnum].f == dp->f) { in replace_rtables_family()
1608 old_fdh->fdh_idx[fd->fd_fibnum].arg = dp->arg; in replace_rtables_family()
1609 FD_PRINTF(LOG_DEBUG, fd, "FDH %p inline update", old_fdh); in replace_rtables_family()
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()
1622 memcpy(&new_fdh->fdh_idx[0], &old_fdh->fdh_idx[0], in replace_rtables_family()
1623 old_fdh->fdh_num_tables * sizeof(struct fib_dp)); in replace_rtables_family()
1632 FD_PRINTF(LOG_DEBUG, fd, "update %p -> %p", old_fdh, new_fdh); in replace_rtables_family()
[all …]