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

/freebsd-10-stable/sys/netinet/
H A Dsctputil.c590 int resend_cnt, tot_out, rep, tot_book_cnt; local
627 resend_cnt = tot_out = 0;
632 tot_out += chk->book_size;
655 if (tot_out != stcb->asoc.total_flight) {
663 SCTP_PRINTF("tot_flt:%d asoc_tot:%d\n", tot_out,
665 stcb->asoc.total_flight = tot_out;
679 tot_out = 0;
681 tot_out += lnet->flight_size;
683 if (tot_out != stcb->asoc.total_flight) {
692 stcb->asoc.total_flight, tot_out);
[all...]
H A Dsctp_output.c9950 int error = 0, num_out, tot_out = 0, ret = 0, reason_code; local
10136 tot_out += num_out;
10187 sctp_log_cwnd(stcb, NULL, tot_out, SCTP_SEND_NOW_COMPLETES);
10190 tot_out);
12838 int tot_demand, tot_out = 0, max_out; local
12859 tot_out += SCTP_BUF_LEN(cntm);
12864 tot_out = sndlen;
12865 tot_demand = (tot_out + sizeof(struct sctp_paramhdr));
12881 if (tot_out > max_out) {
12882 tot_out
[all...]

Completed in 87 milliseconds