aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctputil.h
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2012-03-29 13:36:53 +0000
committerRandall Stewart <rrs@FreeBSD.org>2012-03-29 13:36:53 +0000
commitc4e848b770916a7f6b1d1f1c055b917de147d70d (patch)
treee8748765c084ea52a09c31941d048f7e99380b2a /sys/netinet/sctputil.h
parent7fb26c47df8edff4159a1052ca46eff3d921b6f1 (diff)
downloadsrc-c4e848b770916a7f6b1d1f1c055b917de147d70d.tar.gz
src-c4e848b770916a7f6b1d1f1c055b917de147d70d.zip
Make stream our stream reset implementation
compliant to RFC6525. MFC after: 1 month
Notes
Notes: svn path=/head/; revision=233660
Diffstat (limited to 'sys/netinet/sctputil.h')
-rw-r--r--sys/netinet/sctputil.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h
index bbaaaa409a74..495b17adcf6c 100644
--- a/sys/netinet/sctputil.h
+++ b/sys/netinet/sctputil.h
@@ -88,6 +88,12 @@ int sctp_init_asoc(struct sctp_inpcb *, struct sctp_tcb *, uint32_t, uint32_t);
void sctp_fill_random_store(struct sctp_pcb *);
void
+sctp_notify_stream_reset_add(struct sctp_tcb *stcb, uint16_t numberin,
+ uint16_t numberout, int flag);
+void
+ sctp_notify_stream_reset_tsn(struct sctp_tcb *stcb, uint32_t sending_tsn, uint32_t recv_tsn, int flag);
+
+void
sctp_timer_start(int, struct sctp_inpcb *, struct sctp_tcb *,
struct sctp_nets *);