Searched refs:get_min_cwnd (Results 1 – 1 of 1) sorted by relevance
533 get_min_cwnd(struct tcp_bbr *bbr) in get_min_cwnd() function3493 if (cwnd < get_min_cwnd(bbr)) in bbr_get_target_cwnd()3494 return (get_min_cwnd(bbr)); in bbr_get_target_cwnd()3712 if (cwnd < get_min_cwnd(bbr)) in bbr_ack_received()3713 cwnd = get_min_cwnd(bbr); in bbr_ack_received()3758 tp->snd_cwnd = max(cwnd, get_min_cwnd(bbr)); in bbr_ack_received()3893 newcwnd = (get_min_cwnd(bbr) - acks_inflight); in bbr_post_recovery()3990 if (tp->snd_cwnd < get_min_cwnd(bbr)) { in bbr_cong_signal()3992 tp->snd_cwnd = get_min_cwnd(bbr); in bbr_cong_signal()10724 if (tar < get_min_cwnd(bbr)) in bbr_get_a_state_target()[all …]