diff options
| author | Randall Stewart <rrs@FreeBSD.org> | 2009-02-27 20:54:45 +0000 |
|---|---|---|
| committer | Randall Stewart <rrs@FreeBSD.org> | 2009-02-27 20:54:45 +0000 |
| commit | 8aae94933f9ba7055a74355a3f48e3e920e59d17 (patch) | |
| tree | 915dcbdc5a8a9a013baf1f350b5bf6e37cabb3df /sys/netinet/sctp_output.h | |
| parent | c72ae1423b6f824552d0a855eba3d5b08e46a062 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/sctp_output.h')
| -rw-r--r-- | sys/netinet/sctp_output.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h index 8a8a0645e04db..ce76febda068b 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -101,6 +101,11 @@ void sctp_send_heartbeat_ack(struct sctp_tcb *, struct mbuf *, int, int, struct sctp_nets *); +void +sctp_remove_from_wheel(struct sctp_tcb *stcb, + struct sctp_association *asoc, + struct sctp_stream_out *strq, int holds_lock); + void sctp_send_shutdown(struct sctp_tcb *, struct sctp_nets *); |
