summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2010-09-15 23:10:45 +0000
committertuexen <tuexen@FreeBSD.org>2010-09-15 23:10:45 +0000
commit790dcded4d97b3159e5d8054665dac9b6202a524 (patch)
treea6cd85d329bcee3455f52bea51bdb692ec388986 /sys/netinet/sctp_output.h
parent989dcde2a6d367ac9159492566c30f0d0f398152 (diff)
downloadFreeBSD-src-790dcded4d97b3159e5d8054665dac9b6202a524.zip
FreeBSD-src-790dcded4d97b3159e5d8054665dac9b6202a524.tar.gz
Delay the assignment of a path for DATA chunk until they hit
the sent_queue. Honor a given path when the SCTP_ADDR_OVER flag is set. MFC after: 2 weeks.
Diffstat (limited to 'sys/netinet/sctp_output.h')
-rw-r--r--sys/netinet/sctp_output.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h
index 6488b1c..d655c3a 100644
--- a/sys/netinet/sctp_output.h
+++ b/sys/netinet/sctp_output.h
@@ -129,6 +129,8 @@ void sctp_toss_old_asconf(struct sctp_tcb *);
void sctp_fix_ecn_echo(struct sctp_association *);
+void sctp_move_chunks_from_net(struct sctp_tcb *stcb, struct sctp_nets *net);
+
int
sctp_output(struct sctp_inpcb *, struct mbuf *, struct sockaddr *,
struct mbuf *, struct thread *, int);
OpenPOWER on IntegriCloud