Searched refs:tcp_cwnd (Results 1 – 1 of 1) sorted by relevance
92 __u32 tcp_cwnd; /* estimated tcp cwnd */ member113 ca->tcp_cwnd = 0; in bictcp_reset()296 ca->tcp_cwnd = cwnd; /* syn with cubic */ in bictcp_update()368 ca->tcp_cwnd += n; in bictcp_update()371 if (ca->tcp_cwnd > cwnd) { /* if bic is slower than tcp */ in bictcp_update()372 delta = ca->tcp_cwnd - cwnd; in bictcp_update()