summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2015-06-17 15:20:14 +0000
committertuexen <tuexen@FreeBSD.org>2015-06-17 15:20:14 +0000
commit2af840e2acaee319f0c2468a09fbbad3d1542d12 (patch)
tree867c8b4df482b0e02971572abd8529e4f86e7c95 /sys/netinet/sctp_input.h
parentab1516b90e69421b8abbc3f3be0d21276b602f36 (diff)
downloadFreeBSD-src-2af840e2acaee319f0c2468a09fbbad3d1542d12.zip
FreeBSD-src-2af840e2acaee319f0c2468a09fbbad3d1542d12.tar.gz
Add FIB support for SCTP.
This fixes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200379 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 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