summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2014-08-22 19:49:43 +0000
committertuexen <tuexen@FreeBSD.org>2014-08-22 19:49:43 +0000
commit0b70de8b223563a30b52e27bc78fc66e2deb3755 (patch)
treedfa7a0c8f38da998fbaf1243ebea668e97ea494d /sys/netinet/sctputil.h
parent38dd7ad7917bb04cd3ecfb6866657e5d91a256ae (diff)
downloadFreeBSD-src-0b70de8b223563a30b52e27bc78fc66e2deb3755.zip
FreeBSD-src-0b70de8b223563a30b52e27bc78fc66e2deb3755.tar.gz
MFC r269376:
Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to be in sync as much as possible. This simplifies upcoming changes.
Diffstat (limited to 'sys/netinet/sctputil.h')
-rw-r--r--sys/netinet/sctputil.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h
index 1e0b478..559daa3 100644
--- a/sys/netinet/sctputil.h
+++ b/sys/netinet/sctputil.h
@@ -147,9 +147,11 @@ struct sctp_paramhdr *
sctp_get_next_param(struct mbuf *, int,
struct sctp_paramhdr *, int);
-int sctp_add_pad_tombuf(struct mbuf *, int);
+struct mbuf *
+ sctp_add_pad_tombuf(struct mbuf *, int);
-int sctp_pad_lastmbuf(struct mbuf *, int, struct mbuf *);
+struct mbuf *
+ sctp_pad_lastmbuf(struct mbuf *, int, struct mbuf *);
void
sctp_ulp_notify(uint32_t, struct sctp_tcb *, uint32_t, void *, int
OpenPOWER on IntegriCloud