Searched refs:snd_cwnd_cnt (Results 1 – 12 of 12) sorted by relevance
140 tp->snd_cwnd_cnt++; in hybla_cong_avoid()151 tp->snd_cwnd_cnt = 0; in hybla_cong_avoid()154 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tp->snd_cwnd) { in hybla_cong_avoid()156 tp->snd_cwnd_cnt = 0; in hybla_cong_avoid()
142 tp->snd_cwnd_cnt += ca->ai + 1; in hstcp_cong_avoid()143 if (tp->snd_cwnd_cnt >= tp->snd_cwnd) { in hstcp_cong_avoid()144 tp->snd_cwnd_cnt -= tp->snd_cwnd; in hstcp_cong_avoid()
332 tp->snd_cwnd_cnt += cnt; in tcp_slow_start()333 while (tp->snd_cwnd_cnt >= tp->snd_cwnd) { in tcp_slow_start()334 tp->snd_cwnd_cnt -= tp->snd_cwnd; in tcp_slow_start()344 if (tp->snd_cwnd_cnt >= w) { in tcp_cong_avoid_ai()347 tp->snd_cwnd_cnt = 0; in tcp_cong_avoid_ai()349 tp->snd_cwnd_cnt++; in tcp_cong_avoid_ai()
167 if (tp->snd_cwnd_cnt >= tp->snd_cwnd) { in tcp_veno_cong_avoid()174 tp->snd_cwnd_cnt = 0; in tcp_veno_cong_avoid()176 tp->snd_cwnd_cnt++; in tcp_veno_cong_avoid()
86 tp->snd_cwnd_cnt += yeah->pkts_acked; in tcp_yeah_cong_avoid()87 if (tp->snd_cwnd_cnt > min(tp->snd_cwnd, TCP_SCALABLE_AI_CNT)){ in tcp_yeah_cong_avoid()90 tp->snd_cwnd_cnt = 0; in tcp_yeah_cong_avoid()
279 tp->snd_cwnd_cnt += ca->acked; in tcp_illinois_cong_avoid()285 delta = (tp->snd_cwnd_cnt * ca->alpha) >> ALPHA_SHIFT; in tcp_illinois_cong_avoid()289 tp->snd_cwnd_cnt = 0; in tcp_illinois_cong_avoid()
244 if ((tp->snd_cwnd_cnt * ca->alpha)>>7 >= tp->snd_cwnd) { in htcp_cong_avoid()247 tp->snd_cwnd_cnt = 0; in htcp_cong_avoid()250 tp->snd_cwnd_cnt += ca->pkts_acked; in htcp_cong_avoid()
838 tp->snd_cwnd_cnt = 0; in tcp_enter_cwr()2165 tp->snd_cwnd_cnt = 0; in tcp_enter_frto_loss()2214 tp->snd_cwnd_cnt = 0; in tcp_enter_loss()2605 int decr = tp->snd_cwnd_cnt + 1; in tcp_cwnd_down()2609 tp->snd_cwnd_cnt = decr & 1; in tcp_cwnd_down()2884 tp->snd_cwnd_cnt = 0; in tcp_mtup_probe_success()3104 tp->snd_cwnd_cnt = 0; in tcp_fastretrans_alert()3480 tp->snd_cwnd_cnt = 0; in tcp_conservative_spur_to_response()
490 newtp->snd_cwnd_cnt = 0; in tcp_create_openreq_child()
2096 tp->snd_cwnd_cnt = 0; in tcp_disconnect()
377 u32 snd_cwnd_cnt; /* Linear increase counter */ member
19 snd_cwnd_cnt A counter used to slow down the rate of increase