sctp_output.c | 6887 int error, num_out, tot_out, ret, reason_code, burst_cnt, burst_limit; local in function:sctp_chunk_output 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; local in function:sctp_copy_it_in 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) [all...] |