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

/freebsd-current/sys/net/route/
H A Dfib_algo.c592 uint32_t threshold_rate = V_bucket_change_threshold_rate; local
598 threshold_rate = threshold_rate * bucket_time_ms / 1000;
608 if (fd_ss->bucket_changes == threshold_rate) {
614 threshold_rate, bucket_id + 1, new_delay);

Completed in 108 milliseconds