Home
last modified time | relevance | path

Searched refs:old_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
1270 old_fdh = get_fib_dp_header(*pdp); in replace_rtables_family()
1279 memcpy(&new_fdh->fdh_idx[0], &old_fdh->fdh_idx[0], in replace_rtables_family()
1280 old_fdh->fdh_num_tables * sizeof(struct fib_dp)); in replace_rtables_family()
1292 &old_fdh->fdh_epoch_ctx); in replace_rtables_family()
1328 struct fib_dp_header *new_fdh, *old_fdh = NULL; in grow_rtables_family() local
1334 old_fdh = get_fib_dp_header(*pdp); in grow_rtables_family()
1335 memcpy(&new_fdh->fdh_idx[0], &old_fdh->fdh_idx[0], in grow_rtables_family()
1336 old_fdh->fdh_num_tables * sizeof(struct fib_dp)); in grow_rtables_family()
1345 if (old_fdh != NULL) in grow_rtables_family()
[all …]