Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDsctputil.c631 int resend_cnt, tot_out, rep, tot_book_cnt; in sctp_auditing() local
668 resend_cnt = tot_out = 0; in sctp_auditing()
673 tot_out += chk->book_size; in sctp_auditing()
696 if (tot_out != stcb->asoc.total_flight) { in sctp_auditing()
704 SCTP_PRINTF("tot_flt:%d asoc_tot:%d\n", tot_out, in sctp_auditing()
706 stcb->asoc.total_flight = tot_out; in sctp_auditing()
720 tot_out = 0; in sctp_auditing()
722 tot_out += lnet->flight_size; in sctp_auditing()
724 if (tot_out != stcb->asoc.total_flight) { in sctp_auditing()
733 stcb->asoc.total_flight, tot_out); in sctp_auditing()
[all …]
HDsctp_output.c9925 int error = 0, num_out, tot_out = 0, ret = 0, reason_code; in sctp_chunk_output() local
10111 tot_out += num_out; in sctp_chunk_output()
10160 sctp_log_cwnd(stcb, NULL, tot_out, SCTP_SEND_NOW_COMPLETES); in sctp_chunk_output()
10163 tot_out); in sctp_chunk_output()
12746 ssize_t tot_demand, tot_out = 0, max_out; in sctp_lower_sosend() local
12761 tot_out += SCTP_BUF_LEN(cntm); in sctp_lower_sosend()
12767 tot_out = sndlen; in sctp_lower_sosend()
12768 tot_demand = (tot_out + sizeof(struct sctp_paramhdr)); in sctp_lower_sosend()
12781 if (tot_out > max_out) { in sctp_lower_sosend()
12782 tot_out = max_out; in sctp_lower_sosend()
[all …]