Searched refs:fdh (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/net/route/
H A Dfib_algo.c1551 struct fib_dp_header *fdh; local
1553 fdh = __containerof(ctx, struct fib_dp_header, fdh_epoch_ctx);
1554 free(fdh, M_RTABLE);
1561 struct fib_dp_header *fdh; local
1565 fdh = malloc(sz, M_RTABLE, (waitok ? M_WAITOK : M_NOWAIT) | M_ZERO);
1566 if (fdh != NULL) {
1567 fdh->fdh_num_tables = num_tables;
1573 fdh->fdh_idx[i].f = dummy_lookup;
1575 return (fdh);

Completed in 165 milliseconds