Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dfib_algo.c260 struct fib_dp_header { struct
1227 struct fib_dp_header *fdh; in destroy_fdh_epoch()
1229 fdh = __containerof(ctx, struct fib_dp_header, fdh_epoch_ctx); in destroy_fdh_epoch()
1233 static struct fib_dp_header *
1237 struct fib_dp_header *fdh; in alloc_fib_dp_array()
1239 sz = sizeof(struct fib_dp_header); in alloc_fib_dp_array()
1247 static struct fib_dp_header *
1251 return (__containerof((void *)dp, struct fib_dp_header, fdh_idx)); in get_fib_dp_header()
1262 struct fib_dp_header *new_fdh, *old_fdh; in replace_rtables_family()
1328 struct fib_dp_header *new_fdh, *old_fdh = NULL; in grow_rtables_family()
[all …]