Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dtcp_input.c1235 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()
Dtcp_minisocks.c718 newtp->snd_cwnd_cnt = 0; in tcp_create_openreq_child()
Dtcp.c2135 tp->snd_cwnd_cnt = 0; in tcp_disconnect()
/linux-2.4.37.9/include/net/
Dsock.h343 __u16 snd_cwnd_cnt; /* Linear increase counter */ member
Dtcp.h1246 tp->snd_cwnd_cnt = 0; in __tcp_enter_cwr()