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

/freebsd-13-stable/sys/net/route/
H A Dfib_algo.c296 struct fib_dp_header { struct
1550 struct fib_dp_header *fdh;
1552 fdh = __containerof(ctx, struct fib_dp_header, fdh_epoch_ctx);
1556 static struct fib_dp_header *
1560 struct fib_dp_header *fdh;
1562 sz = sizeof(struct fib_dp_header);
1577 static struct fib_dp_header *
1581 return (__containerof((void *)dp, struct fib_dp_header, fdh_idx));
1592 struct fib_dp_header *new_fdh, *old_fdh;
1673 struct fib_dp_header *new_fd
[all...]

Completed in 40 milliseconds