aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r--include/net/sctp/structs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index a8b38e123f97..c8dbf410c4f5 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -381,6 +381,7 @@ int sctp_stream_new(struct sctp_association *asoc, gfp_t gfp);
381int sctp_stream_init(struct sctp_association *asoc, gfp_t gfp); 381int sctp_stream_init(struct sctp_association *asoc, gfp_t gfp);
382void sctp_stream_free(struct sctp_stream *stream); 382void sctp_stream_free(struct sctp_stream *stream);
383void sctp_stream_clear(struct sctp_stream *stream); 383void sctp_stream_clear(struct sctp_stream *stream);
384void sctp_stream_update(struct sctp_stream *stream, struct sctp_stream *new);
384 385
385/* What is the current SSN number for this stream? */ 386/* What is the current SSN number for this stream? */
386#define sctp_ssn_peek(stream, type, sid) \ 387#define sctp_ssn_peek(stream, type, sid) \
@@ -1750,7 +1751,7 @@ struct sctp_association {
1750 __u32 default_rcv_context; 1751 __u32 default_rcv_context;
1751 1752
1752 /* Stream arrays */ 1753 /* Stream arrays */
1753 struct sctp_stream *stream; 1754 struct sctp_stream stream;
1754 1755
1755 /* All outbound chunks go through this structure. */ 1756 /* All outbound chunks go through this structure. */
1756 struct sctp_outq outqueue; 1757 struct sctp_outq outqueue;