Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctputil.c590 int resend_cnt, tot_out, rep, tot_book_cnt; in sctp_auditing() local
627 resend_cnt = tot_out = 0; in sctp_auditing()
632 tot_out += chk->book_size; in sctp_auditing()
655 if (tot_out != stcb->asoc.total_flight) { in sctp_auditing()
663 SCTP_PRINTF("tot_flt:%d asoc_tot:%d\n", tot_out, in sctp_auditing()
665 stcb->asoc.total_flight = tot_out; in sctp_auditing()
679 tot_out = 0; in sctp_auditing()
681 tot_out += lnet->flight_size; in sctp_auditing()
683 if (tot_out != stcb->asoc.total_flight) { in sctp_auditing()
692 stcb->asoc.total_flight, tot_out); in sctp_auditing()
[all …]
HDsctp_output.c9885 int error = 0, num_out, tot_out = 0, ret = 0, reason_code; in sctp_chunk_output() local
10071 tot_out += num_out; in sctp_chunk_output()
10122 sctp_log_cwnd(stcb, NULL, tot_out, SCTP_SEND_NOW_COMPLETES); in sctp_chunk_output()
10125 tot_out); in sctp_chunk_output()
12773 int tot_demand, tot_out = 0, max_out; in sctp_lower_sosend() local
12794 tot_out += SCTP_BUF_LEN(cntm); in sctp_lower_sosend()
12799 tot_out = sndlen; in sctp_lower_sosend()
12800 tot_demand = (tot_out + sizeof(struct sctp_paramhdr)); in sctp_lower_sosend()
12816 if (tot_out > max_out) { in sctp_lower_sosend()
12817 tot_out = max_out; in sctp_lower_sosend()
[all …]