Lines Matching defs:stream
91 asoc->stream.si->enqueue_event(&asoc->ulpq, ev);
734 dp.stream = htons(sinfo->sinfo_stream);
1581 struct sctp_stream *stream;
1589 /* All fragments will be on the same stream */
1590 sid = ntohs(chunk->subh.data_hdr->stream);
1591 stream = &chunk->asoc->stream;
1594 * All fragments must have the same stream sequence number.
1602 ssn = sctp_ssn_next(stream, out, sid);
1604 ssn = sctp_ssn_peek(stream, out, sid);
2487 * The stream sequence number in all the streams shall start
2489 * stream sequence number reaches the value 65535 the next
2490 * stream sequence number shall be set to 0.
2493 if (sctp_stream_init(&asoc->stream, asoc->c.sinit_num_ostreams,
3580 skip.stream = skiplist[i].stream;