Lines Matching defs:tot_out
6887 int error, num_out, tot_out, ret, reason_code, burst_cnt, burst_limit;
6892 tot_out = 0;
7037 tot_out += num_out;
7058 printf("Ok, we have put out %d chunks\n", tot_out);
7061 if (tot_out == 0) {
9293 int tot_out, dataout;
9419 dataout = tot_out = uio->uio_resid;
9441 tot_demand = (tot_out + sizeof(struct sctp_paramhdr));
9446 tot_out = tot_demand - sizeof(struct sctp_paramhdr);
9452 tot_out = tot_demand - sizeof(struct sctp_paramhdr);
9458 ph->param_length = htons((sizeof(struct sctp_paramhdr) + tot_out));
9460 mm->m_pkthdr.len = tot_out + sizeof(struct sctp_paramhdr);
9462 error = uiomove((void *)ph, (int)tot_out, uio);
9510 (tot_out == 0)) {
9514 if (tot_out == 0) {
9529 if (tot_out <= frag_size) {
9544 error = sctp_copy_one(mm, uio, tot_out, resv_in_first, &mbcnt_e);
9551 mm->m_pkthdr.len = tot_out;
9560 chk->send_size = tot_out;
9612 while (tot_out > 0) {
9634 tot_demand = uimin(tot_out, frag_size);
9649 tot_out -= tot_demand;