Lines Matching defs:stream
397 #define sctp_ssn_peek(stream, type, sid) \ argument
401 #define sctp_ssn_next(stream, type, sid) \ argument
405 #define sctp_ssn_skip(stream, type, sid, ssn) \ argument
409 #define sctp_mid_peek(stream, type, sid) \ argument
413 #define sctp_mid_next(stream, type, sid) \ argument
417 #define sctp_mid_skip(stream, type, sid, mid) \ argument
421 #define sctp_mid_uo_peek(stream, type, sid) \ argument
425 #define sctp_mid_uo_next(stream, type, sid) \ argument
1487 struct sctp_stream *stream, in sctp_stream_out()
1494 struct sctp_stream *stream, in sctp_stream_in()
1506 static inline __u16 sctp_datachk_len(const struct sctp_stream *stream) in sctp_datachk_len()
1511 static inline __u16 sctp_datahdr_len(const struct sctp_stream *stream) in sctp_datahdr_len()
1516 static inline __u16 sctp_ftsnchk_len(const struct sctp_stream *stream) in sctp_ftsnchk_len()
1521 static inline __u16 sctp_ftsnhdr_len(const struct sctp_stream *stream) in sctp_ftsnhdr_len()
1952 struct sctp_stream stream; member