summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/netinet/sctp_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/netinet/sctp_input.h')
-rw-r--r--freebsd/sys/netinet/sctp_input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/sys/netinet/sctp_input.h b/freebsd/sys/netinet/sctp_input.h
index 95208032..148864b6 100644
--- a/freebsd/sys/netinet/sctp_input.h
+++ b/freebsd/sys/netinet/sctp_input.h
@@ -45,10 +45,10 @@ sctp_common_input_processing(struct mbuf **, int, int, int,
uint8_t,
#endif
uint8_t,
- uint8_t, uint32_t,
+ uint8_t, uint32_t, uint16_t,
uint32_t, uint16_t);
-struct sctp_stream_reset_out_request *
+struct sctp_stream_reset_request *
sctp_find_stream_reset(struct sctp_tcb *stcb, uint32_t seq,
struct sctp_tmit_chunk **bchk);