Searched refs:flight_size (Results 1 – 2 of 2) sorted by relevance
511 uint32_t flight_size = 0; in tcp_cubic_post_fr() local521 flight_size = tp->snd_max - ack; in tcp_cubic_post_fr()535 flight_size = tp->snd_ssthresh; in tcp_cubic_post_fr()560 flight_size = max(ncwnd, flight_size); in tcp_cubic_post_fr()571 if (flight_size < tp->snd_ssthresh) { in tcp_cubic_post_fr()572 tp->snd_cwnd = max(flight_size, tp->t_maxseg) in tcp_cubic_post_fr()
150 uint32_t max_allowed_cwnd = 0, flight_size = 0; in update_cwnd() local210 flight_size = tp->snd_max - tp->snd_una; in update_cwnd()213 + (flight_size << tether_shift); in update_cwnd()