summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2014-10-16 15:36:04 +0000
committertuexen <tuexen@FreeBSD.org>2014-10-16 15:36:04 +0000
commitaaaf794d6daff8f3a4cc371aa97e6c3dc770f7d1 (patch)
tree28dd81f4dfc0bcaa98bf5cf99af49740ac04c0c5 /sys/netinet/sctp_input.h
parente5120866c2e244f49aac96b75d951b5034c916e9 (diff)
downloadFreeBSD-src-aaaf794d6daff8f3a4cc371aa97e6c3dc770f7d1.zip
FreeBSD-src-aaaf794d6daff8f3a4cc371aa97e6c3dc770f7d1.tar.gz
Fix the reported streams in a SCTP_STREAM_RESET_EVENT, if a
sent incoming stream reset request was responded with failed or denied. Thanks to Peter Bostroem from Google for reporting the issue. MFC after: 3 days
Diffstat (limited to 'sys/netinet/sctp_input.h')
-rw-r--r--sys/netinet/sctp_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_input.h b/sys/netinet/sctp_input.h
index 9520803..0c3f8a5 100644
--- a/sys/netinet/sctp_input.h
+++ b/sys/netinet/sctp_input.h
@@ -48,7 +48,7 @@ sctp_common_input_processing(struct mbuf **, int, int, int,
uint8_t, uint32_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);
OpenPOWER on IntegriCloud