Lines Matching refs:stream
91 asoc->stream.si->enqueue_event(&asoc->ulpq, ev);
734 dp.stream = htons(sinfo->sinfo_stream);
1536 struct sctp_stream *stream;
1544 /* All fragments will be on the same stream */
1545 sid = ntohs(chunk->subh.data_hdr->stream);
1546 stream = &chunk->asoc->stream;
1549 * All fragments must have the same stream sequence number.
1557 ssn = sctp_ssn_next(stream, out, sid);
1559 ssn = sctp_ssn_peek(stream, out, sid);
2441 * The stream sequence number in all the streams shall start
2443 * stream sequence number reaches the value 65535 the next
2444 * stream sequence number shall be set to 0.
2447 if (sctp_stream_init(&asoc->stream, asoc->c.sinit_num_ostreams,
3542 skip.stream = skiplist[i].stream;