Home | History | Annotate | Download | only in netinet

Lines Matching refs:flight_size

4930 		net->flight_size += data_list[i]->book_size;
5137 goal_mtu = net->cwnd - net->flight_size;
5340 net, net->flight_size, net->cwnd);
5343 if (net->flight_size >= net->cwnd) {
5349 net->flight_size,
5708 if (net->flight_size >= net->cwnd) {
5713 net->flight_size, net->cwnd);
6652 * have flight_size > cwnd.
6654 if (net->flight_size >= net->cwnd) {
6787 net->flight_size += data_list[i]->book_size;
6995 if ((net->flight_size+(burst_limit*net->mtu)) < net->cwnd) {
6998 net->cwnd = (net->flight_size+(burst_limit*net->mtu));
7440 if (net->flight_size > net->cwnd) {
8279 if (net->flight_size == 0) {
10098 if (net->flight_size > net->cwnd) {