Lines Matching refs:sctp_stream
87 struct sctp_stream;
393 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt,
395 int sctp_stream_init_ext(struct sctp_stream *stream, __u16 sid);
396 void sctp_stream_free(struct sctp_stream *stream);
397 void sctp_stream_clear(struct sctp_stream *stream);
398 void sctp_stream_update(struct sctp_stream *stream, struct sctp_stream *new);
1447 struct sctp_stream { struct
1472 const struct sctp_stream *stream, in sctp_stream_out() argument
1479 const struct sctp_stream *stream, in sctp_stream_in()
1491 static inline __u16 sctp_datachk_len(const struct sctp_stream *stream) in sctp_datachk_len()
1496 static inline __u16 sctp_datahdr_len(const struct sctp_stream *stream) in sctp_datahdr_len()
1501 static inline __u16 sctp_ftsnchk_len(const struct sctp_stream *stream) in sctp_ftsnchk_len()
1506 static inline __u16 sctp_ftsnhdr_len(const struct sctp_stream *stream) in sctp_ftsnhdr_len()
1931 struct sctp_stream stream;