Lines Matching defs:stream
393 #define sctp_ssn_peek(stream, type, sid) \ argument
397 #define sctp_ssn_next(stream, type, sid) \ argument
401 #define sctp_ssn_skip(stream, type, sid, ssn) \ argument
405 #define sctp_mid_peek(stream, type, sid) \ argument
409 #define sctp_mid_next(stream, type, sid) \ argument
413 #define sctp_mid_skip(stream, type, sid, mid) \ argument
417 #define sctp_mid_uo_peek(stream, type, sid) \ argument
421 #define sctp_mid_uo_next(stream, type, sid) \ argument
1471 struct sctp_stream *stream, in sctp_stream_out()
1478 struct sctp_stream *stream, in sctp_stream_in()
1490 static inline __u16 sctp_datachk_len(const struct sctp_stream *stream) in sctp_datachk_len()
1495 static inline __u16 sctp_datahdr_len(const struct sctp_stream *stream) in sctp_datahdr_len()
1500 static inline __u16 sctp_ftsnchk_len(const struct sctp_stream *stream) in sctp_ftsnchk_len()
1505 static inline __u16 sctp_ftsnhdr_len(const struct sctp_stream *stream) in sctp_ftsnhdr_len()
1932 struct sctp_stream stream; member