diff options
| author | Michael Tuexen <tuexen@FreeBSD.org> | 2023-09-08 12:19:56 +0000 |
|---|---|---|
| committer | Michael Tuexen <tuexen@FreeBSD.org> | 2023-09-08 12:19:56 +0000 |
| commit | 3ac7664774ad038b208cbb31eb52d1608efbd451 (patch) | |
| tree | b6e7993943b06ddd9dbd8e03aac7304e2b3d7f63 /sys/netinet/sctputil.h | |
| parent | cd3770c5feb038f3904fdb4aa04e09da122f74e3 (diff) | |
Diffstat (limited to 'sys/netinet/sctputil.h')
| -rw-r--r-- | sys/netinet/sctputil.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h index c649611d5004..8de98b4608f8 100644 --- a/sys/netinet/sctputil.h +++ b/sys/netinet/sctputil.h @@ -80,12 +80,6 @@ int sctp_init_asoc(struct sctp_inpcb *, struct sctp_tcb *, uint32_t, uint32_t, u 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); - /* * NOTE: sctp_timer_start() will increment the reference count of any relevant * structure the timer is referencing, in order to prevent a race condition |
