|
@@ -199,6 +199,9 @@ struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc,
|
|
const struct sctp_chunk *chunk);
|
|
const struct sctp_chunk *chunk);
|
|
struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc,
|
|
struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc,
|
|
__u8 flags, int paylen, gfp_t gfp);
|
|
__u8 flags, int paylen, gfp_t gfp);
|
|
|
|
+struct sctp_chunk *sctp_make_ifwdtsn(const struct sctp_association *asoc,
|
|
|
|
+ __u32 new_cum_tsn, size_t nstreams,
|
|
|
|
+ struct sctp_ifwdtsn_skip *skiplist);
|
|
struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc,
|
|
struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc,
|
|
const struct sctp_sndrcvinfo *sinfo,
|
|
const struct sctp_sndrcvinfo *sinfo,
|
|
int len, __u8 flags, gfp_t gfp);
|
|
int len, __u8 flags, gfp_t gfp);
|