Home | History | Annotate | Download | only in netinet

Lines Matching refs:total_flight

4912 		    (asoc->total_flight == 0) &&
4931 asoc->total_flight += data_list[i]->book_size;
5323 if (asoc->total_flight > 0) {
5333 (int)asoc->total_flight, (int)asoc->peers_rwnd);
5442 if (asoc->total_flight > 0) {
6618 if ((asoc->peers_rwnd < mtu) && (asoc->total_flight > 0)) {
6634 (int)asoc->total_flight);
6678 if (one_chunk && (asoc->total_flight <= 0)) {
6788 asoc->total_flight += data_list[i]->book_size;
7447 un_sent = ((stcb->asoc.total_output_queue_size - stcb->asoc.total_flight) +
7452 (stcb->asoc.total_flight > 0) &&
10106 un_sent = ((stcb->asoc.total_output_queue_size - stcb->asoc.total_flight) +
10111 (stcb->asoc.total_flight > 0) &&
10153 (stcb->asoc.total_flight == 0)) {
10173 stcb->asoc.total_flight, stcb->asoc.chunks_on_out_queue,