sctp: add support for generating stream reconf ssn/tsn reset request chunk

This patch is to define SSN/TSN Reset Request Parameter described
in rfc6525 section 4.3.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Xin Long
2017-02-09 01:18:17 +08:00
committed by David S. Miller
parent 119aecbae5
commit c56480a1e9
3 changed files with 36 additions and 0 deletions

View File

@@ -737,4 +737,9 @@ struct sctp_strreset_inreq {
__u16 list_of_streams[0];
};
struct sctp_strreset_tsnreq {
sctp_paramhdr_t param_hdr;
__u32 request_seq;
};
#endif /* __LINUX_SCTP_H__ */