summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_indata.c
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2013-08-12 13:52:15 +0000
committertuexen <tuexen@FreeBSD.org>2013-08-12 13:52:15 +0000
commit46940b6a95b9e3cfb5abc9b6f9c26da8d3f7b0cb (patch)
treef54b17174baf3a37b715efa1f1650298649d77ce /sys/netinet/sctp_indata.c
parentc625bb621d676c92ff731a6a929fea623b9033ad (diff)
downloadFreeBSD-src-46940b6a95b9e3cfb5abc9b6f9c26da8d3f7b0cb.zip
FreeBSD-src-46940b6a95b9e3cfb5abc9b6f9c26da8d3f7b0cb.tar.gz
Make the features a 64-bit value instead of 32-bit.
This will allow an easier integration of the support for NDATA. While there, do also some minor cleanups. Obtained from: rrs@ MFC after: 2 weeks
Diffstat (limited to 'sys/netinet/sctp_indata.c')
-rw-r--r--sys/netinet/sctp_indata.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/sctp_indata.c b/sys/netinet/sctp_indata.c
index 7bad54c..dc5b7e1 100644
--- a/sys/netinet/sctp_indata.c
+++ b/sys/netinet/sctp_indata.c
@@ -1417,7 +1417,6 @@ sctp_does_tsn_belong_to_reasm(struct sctp_association *asoc,
return (0);
}
-
static int
sctp_process_a_data_chunk(struct sctp_tcb *stcb, struct sctp_association *asoc,
struct mbuf **m, int offset, struct sctp_data_chunk *ch, int chk_length,
OpenPOWER on IntegriCloud