summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2016-04-23 09:15:58 +0000
committertuexen <tuexen@FreeBSD.org>2016-04-23 09:15:58 +0000
commit3024748bc898a154736c41c4903426ba003ca620 (patch)
treef4dd6d6a4a8db794c009b05221b11075bb96242d /sys/netinet/sctputil.h
parent3764d53f49154237f2a09088144599fe67910c30 (diff)
downloadFreeBSD-src-3024748bc898a154736c41c4903426ba003ca620.zip
FreeBSD-src-3024748bc898a154736c41c4903426ba003ca620.tar.gz
Remove a function, which is not used anymore.
Diffstat (limited to 'sys/netinet/sctputil.h')
-rw-r--r--sys/netinet/sctputil.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h
index abfb4a7..292068a 100644
--- a/sys/netinet/sctputil.h
+++ b/sys/netinet/sctputil.h
@@ -128,16 +128,6 @@ sctp_add_to_readq(struct sctp_inpcb *inp,
#endif
);
-int
-sctp_append_to_readq(struct sctp_inpcb *inp,
- struct sctp_tcb *stcb,
- struct sctp_queued_to_read *control,
- struct mbuf *m,
- int end,
- int new_cumack,
- struct sockbuf *sb);
-
-
void sctp_iterator_worker(void);
uint32_t sctp_get_prev_mtu(uint32_t);
OpenPOWER on IntegriCloud