tcp_cwnd           95 net/ipv4/tcp_cubic.c 	u32	tcp_cwnd;	/* estimated tcp cwnd */
tcp_cwnd          116 net/ipv4/tcp_cubic.c 	ca->tcp_cwnd = 0;
tcp_cwnd          249 net/ipv4/tcp_cubic.c 		ca->tcp_cwnd = cwnd;			/* syn with cubic */
tcp_cwnd          318 net/ipv4/tcp_cubic.c 			ca->tcp_cwnd++;
tcp_cwnd          321 net/ipv4/tcp_cubic.c 		if (ca->tcp_cwnd > cwnd) {	/* if bic is slower than tcp */
tcp_cwnd          322 net/ipv4/tcp_cubic.c 			delta = ca->tcp_cwnd - cwnd;