Searched refs:s_cwnd (Results 1 – 1 of 1) sorted by relevance
3733 uint32_t s_cwnd; in bbr_ack_received() local3736 s_cwnd = min((cwnd + bytes_this_ack), target_cwnd); in bbr_ack_received()3737 if (s_cwnd > cwnd) in bbr_ack_received()3738 cwnd = s_cwnd; in bbr_ack_received()3740 cwnd = s_cwnd; in bbr_ack_received()