Lines Matching refs:sctp_stream
72 struct sctp_stream;
387 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt,
389 int sctp_stream_init_ext(struct sctp_stream *stream, __u16 sid);
390 void sctp_stream_free(struct sctp_stream *stream);
391 void sctp_stream_clear(struct sctp_stream *stream);
392 void sctp_stream_update(struct sctp_stream *stream, struct sctp_stream *new);
1437 struct sctp_stream { struct
1463 struct sctp_stream *stream, in sctp_stream_out() argument
1470 struct sctp_stream *stream, in sctp_stream_in()
1482 static inline __u16 sctp_datachk_len(const struct sctp_stream *stream) in sctp_datachk_len()
1487 static inline __u16 sctp_datahdr_len(const struct sctp_stream *stream) in sctp_datahdr_len()
1492 static inline __u16 sctp_ftsnchk_len(const struct sctp_stream *stream) in sctp_ftsnchk_len()
1497 static inline __u16 sctp_ftsnhdr_len(const struct sctp_stream *stream) in sctp_ftsnhdr_len()
1926 struct sctp_stream stream;