Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctputil.c671 resend_cnt = tot_out = 0; in sctp_auditing()
676 tot_out += chk->book_size; in sctp_auditing()
709 stcb->asoc.total_flight = tot_out; in sctp_auditing()
723 tot_out = 0; in sctp_auditing()
725 tot_out += lnet->flight_size; in sctp_auditing()
736 stcb->asoc.total_flight, tot_out); in sctp_auditing()
739 tot_out = 0; in sctp_auditing()
743 tot_out += chk->book_size; in sctp_auditing()
746 if (lnet->flight_size != tot_out) { in sctp_auditing()
749 tot_out); in sctp_auditing()
[all …]
H A Dsctp_output.c9952 int error = 0, num_out, tot_out = 0, ret = 0, reason_code; in sctp_chunk_output() local
10138 tot_out += num_out; in sctp_chunk_output()
10187 sctp_log_cwnd(stcb, NULL, tot_out, SCTP_SEND_NOW_COMPLETES); in sctp_chunk_output()
10190 tot_out); in sctp_chunk_output()
12891 ssize_t tot_demand, tot_out = 0, max_out; in sctp_lower_sosend() local
12912 tot_out += SCTP_BUF_LEN(cntm); in sctp_lower_sosend()
12917 tot_out = sndlen; in sctp_lower_sosend()
12918 tot_demand = (tot_out + sizeof(struct sctp_paramhdr)); in sctp_lower_sosend()
12934 if (tot_out > max_out) { in sctp_lower_sosend()
12935 tot_out = max_out; in sctp_lower_sosend()
[all …]