Home
last modified time | relevance | path

Searched refs:fd_num_af (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/route/
H A Dfib_algo.c200 uint8_t fd_num_af; /* (r) # of nhop index spaces in use */ member
921 fd->fd_num_af = 1; in estimate_nhop_scale()
926 fd->fd_num_af = old_fd->fd_num_af; in estimate_nhop_scale()
929 for (int i = 0; i < fd->fd_num_af; i++) { in estimate_nhop_scale()
944 for (int i = 0; i < fd->fd_num_af; i++) { in estimate_nhop_scale()
1836 for (int i = 0; i < fd->fd_num_af; i++) { in find_af_table()
1885 KASSERT(fd->fd_num_af < FD_MAX_NH_AF, in fib_ref_nhop()
1887 nt = &fd->fd_af[fd->fd_num_af++]; in fib_ref_nhop()