Home
last modified time | relevance | path

Searched refs:flight_size (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_cubic.c482 uint32_t flight_size = 0; in tcp_cubic_post_fr() local
492 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()
H A Dtcp_ledbat.c84 uint32_t max_allowed_cwnd = 0, flight_size = 0; in update_cwnd() local
144 flight_size = tp->snd_max - tp->snd_una; in update_cwnd()
147 + (flight_size << tcp_ledbat_tether_shift); in update_cwnd()