Searched refs:tot_out (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dsctputil.c574 int resend_cnt, tot_out, rep, tot_book_cnt; local
611 resend_cnt = tot_out = 0;
616 tot_out += chk->book_size;
639 if (tot_out != stcb->asoc.total_flight) {
647 SCTP_PRINTF("tot_flt:%d asoc_tot:%d\n", tot_out,
649 stcb->asoc.total_flight = tot_out;
663 tot_out = 0;
665 tot_out += lnet->flight_size;
667 if (tot_out != stcb->asoc.total_flight) {
676 stcb->asoc.total_flight, tot_out);
[all...]
H A Dsctp_output.c9801 int error = 0, num_out = 0, tot_out = 0, ret = 0, reason_code = 0; local
9985 tot_out += num_out;
10036 sctp_log_cwnd(stcb, NULL, tot_out, SCTP_SEND_NOW_COMPLETES);
10039 tot_out);
12473 int tot_demand, tot_out = 0, max_out; local
12494 tot_out += SCTP_BUF_LEN(cntm);
12499 tot_out = sndlen;
12500 tot_demand = (tot_out + sizeof(struct sctp_paramhdr));
12516 if (tot_out > max_out) {
12517 tot_out
[all...]

Completed in 99 milliseconds