Lines Matching defs:num_out
6654 int *num_out,
6827 int num_out, reason, now_filled = 0;
6829 (void)sctp_med_chunk_output(inp, stcb, &stcb->asoc, &num_out,
7817 int *num_out,
7862 *num_out = 0;
8260 *num_out += ctl_cnt;
8549 *num_out += ctl_cnt;
8902 *num_out += (ctl_cnt + bundle_at);
8942 sctp_log_cwnd(stcb, net, *num_out, SCTP_CWND_LOG_FROM_SEND);
8944 if ((*num_out == 0) && (*reason_code == 0)) {
10046 int error = 0, num_out, tot_out = 0, ret = 0, reason_code;
10100 (void)sctp_med_chunk_output(inp, stcb, asoc, &num_out, &reason_code, 1,
10107 ret = sctp_chunk_retransmission(inp, stcb, asoc, &num_out, &now, &now_filled, &fr_done, so_locked);
10125 (void)sctp_med_chunk_output(inp, stcb, asoc, &num_out, &reason_code, 1,
10153 (void)sctp_med_chunk_output(inp, stcb, asoc, &num_out, &reason_code, 1, from_where,
10161 if ((num_out == 0) && (ret == 0)) {
10216 error = sctp_med_chunk_output(inp, stcb, asoc, &num_out,
10230 SCTPDBG(SCTP_DEBUG_OUTPUT3, "m-c-o put out %d\n", num_out);
10232 tot_out += num_out;
10235 sctp_log_cwnd(stcb, NULL, num_out, SCTP_SEND_NOW_COMPLETES);
10236 if (num_out == 0) {
10264 } while (num_out &&
13743 int num_out, reason;
13746 (void)sctp_med_chunk_output(inp, stcb, asoc, &num_out,