diff options
Diffstat (limited to 'include/net/sctp/ulpevent.h')
| -rw-r--r-- | include/net/sctp/ulpevent.h | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/include/net/sctp/ulpevent.h b/include/net/sctp/ulpevent.h index cccdcfd14973..2c098cd7e7e2 100644 --- a/include/net/sctp/ulpevent.h +++ b/include/net/sctp/ulpevent.h @@ -48,15 +48,15 @@   */  struct sctp_ulpevent {  	struct sctp_association *asoc; -	__u16 stream; -	__u16 ssn; -	__u16 flags; +	struct sctp_chunk *chunk; +	unsigned int rmem_len;  	__u32 ppid;  	__u32 tsn;  	__u32 cumtsn; -	int msg_flags; -	int iif; -	unsigned int rmem_len; +	__u16 stream; +	__u16 ssn; +	__u16 flags; +	__u16 msg_flags;  };  /* Retrieve the skb this event sits inside of. */ |