Lines Matching refs:fib_dp_header
294 struct fib_dp_header { struct
1550 struct fib_dp_header *fdh; in destroy_fdh_epoch()
1552 fdh = __containerof(ctx, struct fib_dp_header, fdh_epoch_ctx); in destroy_fdh_epoch()
1556 static struct fib_dp_header *
1560 struct fib_dp_header *fdh; in alloc_fib_dp_array()
1562 sz = sizeof(struct fib_dp_header); in alloc_fib_dp_array()
1577 static struct fib_dp_header *
1581 return (__containerof((void *)dp, struct fib_dp_header, fdh_idx)); in get_fib_dp_header()
1592 struct fib_dp_header *new_fdh, *old_fdh; in replace_rtables_family()
1673 struct fib_dp_header *new_fdh, *old_fdh = NULL; in grow_rtables_family()
1987 struct fib_dp_header *new_fdh = alloc_fib_dp_array(num_tables, false); in fib_setup_family()
2005 struct fib_dp_header *old_fdh = get_fib_dp_header(*pdp); in fib_setup_family()