Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_cubic.c95 u32 tcp_cwnd; /* estimated tcp cwnd */ member
116 ca->tcp_cwnd = 0; in bictcp_reset()
250 ca->tcp_cwnd = cwnd; /* syn with cubic */ in bictcp_update()
319 ca->tcp_cwnd++; in bictcp_update()
322 if (ca->tcp_cwnd > cwnd) { /* if bic is slower than tcp */ in bictcp_update()
323 delta = ca->tcp_cwnd - cwnd; in bictcp_update()