diff options
Diffstat (limited to 'include/net/sctp')
| -rw-r--r-- | include/net/sctp/sm.h | 2 | ||||
| -rw-r--r-- | include/net/sctp/ulpevent.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/include/net/sctp/sm.h b/include/net/sctp/sm.h index 2db3d3a9ce1d..88233cf8b8d4 100644 --- a/include/net/sctp/sm.h +++ b/include/net/sctp/sm.h @@ -261,7 +261,7 @@ struct sctp_chunk *sctp_make_fwdtsn(const struct sctp_association *asoc,  				    struct sctp_fwdtsn_skip *skiplist);  struct sctp_chunk *sctp_make_auth(const struct sctp_association *asoc);  struct sctp_chunk *sctp_make_strreset_req(const struct sctp_association *asoc, -					  __u16 stream_num, __u16 *stream_list, +					  __u16 stream_num, __be16 *stream_list,  					  bool out, bool in);  struct sctp_chunk *sctp_make_strreset_tsnreq(  					const struct sctp_association *asoc); diff --git a/include/net/sctp/ulpevent.h b/include/net/sctp/ulpevent.h index b8c86ec1a8f5..231dc42f1da6 100644 --- a/include/net/sctp/ulpevent.h +++ b/include/net/sctp/ulpevent.h @@ -130,7 +130,7 @@ struct sctp_ulpevent *sctp_ulpevent_make_sender_dry_event(  struct sctp_ulpevent *sctp_ulpevent_make_stream_reset_event(  	const struct sctp_association *asoc, __u16 flags, -	__u16 stream_num, __u16 *stream_list, gfp_t gfp); +	__u16 stream_num, __be16 *stream_list, gfp_t gfp);  struct sctp_ulpevent *sctp_ulpevent_make_assoc_reset_event(  	const struct sctp_association *asoc, __u16 flags, |