summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_var.h
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2008-04-14 18:13:33 +0000
committerrrs <rrs@FreeBSD.org>2008-04-14 18:13:33 +0000
commit32960ab4b9c12bf8a8e81afa95b6bb5767cea54d (patch)
tree90c89d88c4f9e845e6d3e3e7b3ebc7be1b32b9b3 /sys/netinet/sctp_var.h
parent0eceb328eea3665628359423418f275a6d1f0006 (diff)
downloadFreeBSD-src-32960ab4b9c12bf8a8e81afa95b6bb5767cea54d.zip
FreeBSD-src-32960ab4b9c12bf8a8e81afa95b6bb5767cea54d.tar.gz
Use the pru_flush infrastructure to avoid a panic
PR: 122710 MFC after: 1 week
Diffstat (limited to 'sys/netinet/sctp_var.h')
-rw-r--r--sys/netinet/sctp_var.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/sctp_var.h b/sys/netinet/sctp_var.h
index e2fe3f8..e977690 100644
--- a/sys/netinet/sctp_var.h
+++ b/sys/netinet/sctp_var.h
@@ -307,6 +307,8 @@ void sctp_init __P((void));
void sctp_pcbinfo_cleanup(void);
+int sctp_flush(struct socket *, int);
+
int sctp_shutdown __P((struct socket *));
void sctp_notify
__P((struct sctp_inpcb *, struct ip *ip, struct sctphdr *,
OpenPOWER on IntegriCloud