Home
last modified time | relevance | path

Searched refs:tcp_win (Results 1 – 1 of 1) 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
304 tcp_win = tcp_cubic_tcpwin(tp, th); in tcp_cubic_congestion_avd()
306 if (tp->snd_cwnd < tcp_win && tcp_cubic_minor_fixes == 0 && TCP_CUBIC_ENABLE_TCPMODE(tp)) { in tcp_cubic_congestion_avd()
310 tp->snd_cwnd = min(tcp_win, TCP_MAXWIN << tp->snd_scale); in tcp_cubic_congestion_avd()
335 tcp_win = tcp_round_to(tcp_win, tp->t_maxseg); in tcp_cubic_congestion_avd()
337 if (tp->snd_cwnd < tcp_win) { in tcp_cubic_congestion_avd()
341 tcp_incr_win /= (tcp_win - tp->snd_cwnd); in tcp_cubic_congestion_avd()