Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c2478 uint64_t bw_est, high_rate; in rack_get_output_bw() local
2491 high_rate = tcp_hw_highest_rate(rack->r_ctl.crte); in rack_get_output_bw()
2492 if (bw_est >= high_rate) { in rack_get_output_bw()
2495 (((high_rate * (100 + rack_hw_rate_cap_per)) / 100) < bw_est)) { in rack_get_output_bw()
2500 bw_est, high_rate, __LINE__, in rack_get_output_bw()
2502 bw_est = high_rate; in rack_get_output_bw()
2518 high_rate = tcp_hw_highest_rate_ifp(rack->rc_inp->inp_route.ro_nh->nh_ifp, rack->rc_inp); in rack_get_output_bw()
2519 if (high_rate) { in rack_get_output_bw()
2521 if (bw_est > high_rate) { in rack_get_output_bw()
2522 bw_est = high_rate; in rack_get_output_bw()
[all …]