Searched refs:flight_size (Results 1 – 2 of 2) sorted by relevance
442 uint32_t flight_size = 0; in tcp_cubic_post_fr() local452 flight_size = tp->snd_max - ack; in tcp_cubic_post_fr()463 if (flight_size < tp->snd_ssthresh) { in tcp_cubic_post_fr()464 tp->snd_cwnd = max(flight_size, tp->t_maxseg) + tp->t_maxseg; in tcp_cubic_post_fr()
84 uint32_t max_allowed_cwnd = 0, flight_size = 0; in update_cwnd() local144 flight_size = tp->snd_max - tp->snd_una; in update_cwnd()147 + (flight_size << tcp_ledbat_tether_shift); in update_cwnd()