Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cubic.c267 uint32_t cubic_target_win, tcp_win, rtt; in tcp_cubic_congestion_avd() local
283 cubic_target_win = tcp_cubic_update(tp, rtt); in tcp_cubic_congestion_avd()
288 if (cubic_target_win > tp->snd_cwnd) { in tcp_cubic_congestion_avd()
297 incr_win /= (cubic_target_win - tp->snd_cwnd); in tcp_cubic_congestion_avd()
H A Dtcp_prague.c191 uint32_t cubic_target_win; in tcp_cubic_ack_ca() local
204 cubic_target_win = cubic_target(tp, srtt); in tcp_cubic_ack_ca()
210 if (tp->snd_cwnd < cubic_target_win) { in tcp_cubic_ack_ca()
217 incr_bytes_acked /= (cubic_target_win - tp->snd_cwnd); in tcp_cubic_ack_ca()