fib_dp_header
struct fib_dp_header *fdh;
fdh = __containerof(ctx, struct fib_dp_header, fdh_epoch_ctx);
static struct fib_dp_header *
struct fib_dp_header *fdh;
sz = sizeof(struct fib_dp_header);
static struct fib_dp_header *
return (__containerof((void *)dp, struct fib_dp_header, fdh_idx));
struct fib_dp_header *new_fdh, *old_fdh;
struct fib_dp_header *new_fdh, *old_fdh = NULL;
struct fib_dp_header *new_fdh = alloc_fib_dp_array(num_tables, false);
struct fib_dp_header *old_fdh = get_fib_dp_header(*pdp);