Lines Matching refs:out

83 		 * sctp_stream_update will swap ->out pointers.
102 goto out;
104 ret = genradix_prealloc(&stream->out, outcnt, gfp);
108 out:
119 goto out;
125 out:
138 /* Initial stream->out size may be very big, so free it and alloc
144 /* Filter out chunks queued on streams that won't exist anymore */
191 genradix_free(&stream->out);
216 stream->out = new->out;
223 new->out.tree.root = NULL;
273 bool out, in;
278 goto out;
283 goto out;
286 out = params->srs_flags & SCTP_STREAM_RESET_OUTGOING;
288 if (!out && !in)
289 goto out;
296 if (out) {
299 goto out;
308 goto out;
316 goto out;
322 goto out;
328 if (out && !sctp_stream_outq_is_empty(stream, str_nums, nstr_list)) {
331 goto out;
334 chunk = sctp_make_strreset_req(asoc, str_nums, nstr_list, out, in);
340 goto out;
343 if (out) {
360 if (!out)
361 goto out;
371 goto out;
374 asoc->strreset_outstanding = out + in;
376 out:
431 __u16 out, in;
436 goto out;
441 goto out;
444 out = params->sas_outstrms;
446 outcnt = stream->outcnt + out;
449 (!out && !in)) {
451 goto out;
454 if (out) {
457 goto out;
460 chunk = sctp_make_strreset_addstrm(asoc, out, in);
463 goto out;
473 goto out;
476 asoc->strreset_outstanding = !!out + !!in;
478 out:
552 goto out;
559 goto out;
569 goto out;
599 out:
633 goto out;
637 goto out;
645 goto out;
657 goto out;
673 out:
718 goto out;
722 goto out;
772 out:
803 goto out;
808 goto out;
811 goto out;
818 goto out;
843 out:
859 __u16 out, i;
877 goto out;
881 goto out;
884 out = ntohs(addstrm->number_of_streams);
885 outcnt = stream->outcnt + out;
886 if (!out || outcnt > SCTP_MAX_STREAM)
887 goto out;
891 goto out;
893 chunk = sctp_make_strreset_addstrm(asoc, out, 0);
895 goto out;
905 out: