Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Dtcp_cubic.c285 uint32_t cubic_target_win, tcp_win, rtt; in tcp_cubic_congestion_avd() local
301 cubic_target_win = tcp_cubic_update(tp, rtt); in tcp_cubic_congestion_avd()
313 if (cubic_target_win > tp->snd_cwnd) { in tcp_cubic_congestion_avd()
322 incr_win /= (cubic_target_win - tp->snd_cwnd); in tcp_cubic_congestion_avd()
H A Dtcp_prague.c197 uint32_t cubic_target_win; in tcp_cubic_ack_ca() local
210 cubic_target_win = cubic_target(tp, srtt); in tcp_cubic_ack_ca()
216 if (tp->snd_cwnd < cubic_target_win) { in tcp_cubic_ack_ca()
223 incr_bytes_acked /= (cubic_target_win - tp->snd_cwnd); in tcp_cubic_ack_ca()