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

/freebsd-current/sys/net/route/
H A Dfib_algo.c295 struct fib_dp_header { struct
1551 struct fib_dp_header *fdh;
1553 fdh = __containerof(ctx, struct fib_dp_header, fdh_epoch_ctx);
1557 static struct fib_dp_header *
1561 struct fib_dp_header *fdh;
1563 sz = sizeof(struct fib_dp_header);
1578 static struct fib_dp_header *
1582 return (__containerof((void *)dp, struct fib_dp_header, fdh_idx));
1593 struct fib_dp_header *new_fdh, *old_fdh;
1674 struct fib_dp_header *new_fd
[all...]

Completed in 165 milliseconds