Searched refs:tcp_win (Results 1 – 1 of 1) sorted by relevance
313 u_int32_t cubic_target_win, tcp_win, rtt; in tcp_cubic_congestion_avd() local332 tcp_win = tcp_cubic_tcpwin(tp, th); in tcp_cubic_congestion_avd()334 if (tp->snd_cwnd < tcp_win && tcp_cubic_minor_fixes == 0 && TCP_CUBIC_ENABLE_TCPMODE(tp)) { in tcp_cubic_congestion_avd()338 tp->snd_cwnd = min(tcp_win, TCP_MAXWIN << tp->snd_scale); in tcp_cubic_congestion_avd()364 tcp_win = tcp_round_to(tcp_win, tp->t_maxseg); in tcp_cubic_congestion_avd()366 if (tp->snd_cwnd < tcp_win) { in tcp_cubic_congestion_avd()370 tcp_incr_win /= (tcp_win - tp->snd_cwnd); in tcp_cubic_congestion_avd()