Searched refs:flight_size (Results 1 – 2 of 2) sorted by relevance
482 uint32_t flight_size = 0; in tcp_cubic_post_fr() local492 flight_size = tp->snd_max - ack; in tcp_cubic_post_fr()506 flight_size = tp->snd_ssthresh; in tcp_cubic_post_fr()531 flight_size = max(ncwnd, flight_size); in tcp_cubic_post_fr()542 if (flight_size < tp->snd_ssthresh) { in tcp_cubic_post_fr()543 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()