HomeSort by: relevance | last modified time | path
    Searched defs:tot_out (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
sctputil.c 434 int resend_cnt, tot_out, rep, tot_book_cnt; local in function:sctp_auditing
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);
    [all...]
sctputil.c 434 int resend_cnt, tot_out, rep, tot_book_cnt; local in function:sctp_auditing
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);
    [all...]
sctp_output.c 6887 int error, num_out, tot_out, ret, reason_code, burst_cnt, burst_limit; local in function:sctp_chunk_output
6892 tot_out = 0;
7037 tot_out += num_out;
7058 printf("Ok, we have put out %d chunks\n", tot_out);
7061 if (tot_out == 0) {
9293 int tot_out, dataout; local in function:sctp_copy_it_in
9419 dataout = tot_out = uio->uio_resid;
9441 tot_demand = (tot_out + sizeof(struct sctp_paramhdr));
9446 tot_out = tot_demand - sizeof(struct sctp_paramhdr);
9452 tot_out = tot_demand - sizeof(struct sctp_paramhdr)
    [all...]
sctp_output.c 6887 int error, num_out, tot_out, ret, reason_code, burst_cnt, burst_limit; local in function:sctp_chunk_output
6892 tot_out = 0;
7037 tot_out += num_out;
7058 printf("Ok, we have put out %d chunks\n", tot_out);
7061 if (tot_out == 0) {
9293 int tot_out, dataout; local in function:sctp_copy_it_in
9419 dataout = tot_out = uio->uio_resid;
9441 tot_demand = (tot_out + sizeof(struct sctp_paramhdr));
9446 tot_out = tot_demand - sizeof(struct sctp_paramhdr);
9452 tot_out = tot_demand - sizeof(struct sctp_paramhdr)
    [all...]

Completed in 44 milliseconds