Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dtcp_cubic.c267 uint32_t cubic_target_win, tcp_win, rtt; in tcp_cubic_congestion_avd() local
286 tcp_win = tcp_cubic_tcpwin(tp, th); in tcp_cubic_congestion_avd()
300 tcp_win = tcp_round_to(tcp_win, tp->t_maxseg); in tcp_cubic_congestion_avd()
302 if (tp->snd_cwnd < tcp_win) { in tcp_cubic_congestion_avd()
306 tcp_incr_win /= (tcp_win - tp->snd_cwnd); in tcp_cubic_congestion_avd()