Searched refs:snd_cwnd_cnt (Results 1 – 5 of 5) sorted by relevance
1235 tp->snd_cwnd_cnt = 0; in tcp_enter_frto_loss()1282 tp->snd_cwnd_cnt = 0; in tcp_enter_loss()1590 int decr = tp->snd_cwnd_cnt + 1; in tcp_cwnd_down()1605 tp->snd_cwnd_cnt = decr&1; in tcp_cwnd_down()1938 tp->snd_cwnd_cnt = 0; in tcp_fastretrans_alert()2083 if (tp->snd_cwnd_cnt >= bictcp_cwnd(tp)) { in reno_cong_avoid()2086 tp->snd_cwnd_cnt=0; in reno_cong_avoid()2088 tp->snd_cwnd_cnt++; in reno_cong_avoid()
718 newtp->snd_cwnd_cnt = 0; in tcp_create_openreq_child()
2135 tp->snd_cwnd_cnt = 0; in tcp_disconnect()
343 __u16 snd_cwnd_cnt; /* Linear increase counter */ member
1246 tp->snd_cwnd_cnt = 0; in __tcp_enter_cwr()