]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/net/sctp/sm.h
sctp: add support for generating stream reconf ssn reset request chunk
[mirror_ubuntu-artful-kernel.git] / include / net / sctp / sm.h
index ca6c971dd74aede829d4512ddf71006520c78f47..3462cb08f51ac3ebee177703f41529f662e57394 100644 (file)
@@ -259,7 +259,10 @@ struct sctp_chunk *sctp_make_fwdtsn(const struct sctp_association *asoc,
                                    __u32 new_cum_tsn, size_t nstreams,
                                    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,
+                               bool out, bool in);
 void sctp_chunk_assign_tsn(struct sctp_chunk *);
 void sctp_chunk_assign_ssn(struct sctp_chunk *);