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

/freebsd-13-stable/sys/net/route/
H A Dfib_algo.c153 FDA_EVAL, /* Asks to evaluate if the current algo is still be best */ enumerator in enum:fib_callout_action
653 schedule_callout(fd, FDA_EVAL, ALGO_EVAL_DELAY_MS);
656 if (fd->fd_callout_action == FDA_EVAL)
657 schedule_callout(fd, FDA_EVAL, 1);

Completed in 60 milliseconds