summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2014-08-01 12:42:37 +0000
committertuexen <tuexen@FreeBSD.org>2014-08-01 12:42:37 +0000
commit418772ad46d5fe7103c56ed605b4665b23adbac6 (patch)
tree10eda7303b772a543fb0c625621e9b58c0db4dbc /sys/netinet/sctputil.h
parentf484e00cba11cc9a0349663251cca555828fdfe7 (diff)
downloadFreeBSD-src-418772ad46d5fe7103c56ed605b4665b23adbac6.zip
FreeBSD-src-418772ad46d5fe7103c56ed605b4665b23adbac6.tar.gz
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