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

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

Completed in 111 milliseconds