Lines Matching refs:sctp_stream
72 struct sctp_stream;
392 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt,
394 int sctp_stream_init_ext(struct sctp_stream *stream, __u16 sid);
395 void sctp_stream_free(struct sctp_stream *stream);
396 void sctp_stream_clear(struct sctp_stream *stream);
397 void sctp_stream_update(struct sctp_stream *stream, struct sctp_stream *new);
1460 struct sctp_stream {
1489 struct sctp_stream *stream,
1496 struct sctp_stream *stream,
1508 static inline __u16 sctp_datachk_len(const struct sctp_stream *stream)
1513 static inline __u16 sctp_datahdr_len(const struct sctp_stream *stream)
1518 static inline __u16 sctp_ftsnchk_len(const struct sctp_stream *stream)
1523 static inline __u16 sctp_ftsnhdr_len(const struct sctp_stream *stream)
1954 struct sctp_stream stream;