Searched refs:fdh (Results 1 – 2 of 2) sorted by relevance
1600 struct fib_dp_header *fdh; in destroy_fdh_epoch() local1602 fdh = __containerof(ctx, struct fib_dp_header, fdh_epoch_ctx); in destroy_fdh_epoch()1603 free(fdh, M_RTABLE); in destroy_fdh_epoch()1610 struct fib_dp_header *fdh; in alloc_fib_dp_array() local1614 fdh = malloc(sz, M_RTABLE, (waitok ? M_WAITOK : M_NOWAIT) | M_ZERO); in alloc_fib_dp_array()1615 if (fdh != NULL) { in alloc_fib_dp_array()1616 fdh->fdh_num_tables = num_tables; in alloc_fib_dp_array()1622 fdh->fdh_idx[i].f = dummy_lookup; in alloc_fib_dp_array()1624 return (fdh); in alloc_fib_dp_array()
1449 # 1fdh