Home | History | Annotate | Download | only in netinet

Lines Matching refs:tot_out

434 	int resend_cnt, tot_out, rep, tot_book_cnt;
471 resend_cnt = tot_out = 0;
476 tot_out += chk->book_size;
499 if (tot_out != stcb->asoc.total_flight) {
507 printf("tot_flt:%d asoc_tot:%d\n", tot_out,
509 stcb->asoc.total_flight = tot_out;
523 tot_out = 0;
525 tot_out += lnet->flight_size;
527 if (tot_out != stcb->asoc.total_flight) {
536 stcb->asoc.total_flight, tot_out);
539 tot_out = 0;
543 tot_out += chk->book_size;
546 tot_out) {
548 (uint32_t)lnet, lnet->flight_size, tot_out);
549 lnet->flight_size = tot_out;