aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctputil.h
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2021-06-27 18:14:48 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2021-06-27 18:14:48 +0000
commitc7f048ab3532a9f081addd6da0adf96f25271de8 (patch)
treeedd0e099f49daa67f00b8bfdef8addd30be5139c /sys/netinet/sctputil.h
parent914b6a0122c3032c2c2ae3a44bdeaf69e37efd61 (diff)
downloadsrc-c7f048ab3532a9f081addd6da0adf96f25271de8.tar.gz
src-c7f048ab3532a9f081addd6da0adf96f25271de8.zip
sctp: initialize sequence numbers for ECN correctly
MFC after: 3 days Reported by: Junseok Yang (for the userland stack)
Diffstat (limited to 'sys/netinet/sctputil.h')
-rw-r--r--sys/netinet/sctputil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h
index 2e054c9d37e3..c81633223224 100644
--- a/sys/netinet/sctputil.h
+++ b/sys/netinet/sctputil.h
@@ -79,7 +79,7 @@ uint32_t sctp_select_initial_TSN(struct sctp_pcb *);
uint32_t sctp_select_a_tag(struct sctp_inpcb *, uint16_t lport, uint16_t rport, int);
-int sctp_init_asoc(struct sctp_inpcb *, struct sctp_tcb *, uint32_t, uint32_t, uint16_t);
+int sctp_init_asoc(struct sctp_inpcb *, struct sctp_tcb *, uint32_t, uint32_t, uint32_t, uint16_t);
void sctp_fill_random_store(struct sctp_pcb *);