summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2015-06-20 08:25:27 +0000
committertuexen <tuexen@FreeBSD.org>2015-06-20 08:25:27 +0000
commit103d48d60e51144677efde9f37ee95451df279b3 (patch)
treedd4bc6fee1b5b7ca088e686fafc159ee65aba9d3 /sys/netinet/sctp_input.h
parent4aefd42d20938c97e197e74118a18aaef1b971ee (diff)
downloadFreeBSD-src-103d48d60e51144677efde9f37ee95451df279b3.zip
FreeBSD-src-103d48d60e51144677efde9f37ee95451df279b3.tar.gz
MFC r284515:
Add FIB support for SCTP. This fixes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200379 PR: 200379
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 0c3f8a5..148864b 100644
--- a/sys/netinet/sctp_input.h
+++ b/sys/netinet/sctp_input.h
@@ -45,7 +45,7 @@ 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_request *
OpenPOWER on IntegriCloud