Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dfib_algo.c152 FDA_EVAL, /* Asks to evaluate if the current algo is still be best */ enumerator
652 schedule_callout(fd, FDA_EVAL, ALGO_EVAL_DELAY_MS); in update_algo_state()
655 if (fd->fd_callout_action == FDA_EVAL) in update_algo_state()
656 schedule_callout(fd, FDA_EVAL, 1); in update_algo_state()