Searched refs:tot_out (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctputil.c | 631 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 …]
|
H A D | sctp_output.c | 10044 int error = 0, num_out, tot_out = 0, ret = 0, reason_code; in sctp_chunk_output() local 10230 tot_out += num_out; in sctp_chunk_output() 10279 sctp_log_cwnd(stcb, NULL, tot_out, SCTP_SEND_NOW_COMPLETES); in sctp_chunk_output() 10282 tot_out); in sctp_chunk_output() 12885 ssize_t tot_demand, tot_out = 0, max_out; in sctp_lower_sosend() local 12900 tot_out += SCTP_BUF_LEN(cntm); in sctp_lower_sosend() 12906 tot_out = sndlen; in sctp_lower_sosend() 12907 tot_demand = (tot_out + sizeof(struct sctp_paramhdr)); in sctp_lower_sosend() 12920 if (tot_out > max_out) { in sctp_lower_sosend() 12921 tot_out = max_out; in sctp_lower_sosend() [all …]
|