Searched refs:fdh (Results 1 – 1 of 1) sorted by relevance
1227 struct fib_dp_header *fdh; in destroy_fdh_epoch() local1229 fdh = __containerof(ctx, struct fib_dp_header, fdh_epoch_ctx); in destroy_fdh_epoch()1230 free(fdh, M_RTABLE); in destroy_fdh_epoch()1237 struct fib_dp_header *fdh; in alloc_fib_dp_array() local1241 fdh = malloc(sz, M_RTABLE, (waitok ? M_WAITOK : M_NOWAIT) | M_ZERO); in alloc_fib_dp_array()1242 if (fdh != NULL) in alloc_fib_dp_array()1243 fdh->fdh_num_tables = num_tables; in alloc_fib_dp_array()1244 return (fdh); in alloc_fib_dp_array()