summaryrefslogtreecommitdiffstats
path: root/sys/netipx/spx_var.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-05-25 10:25:41 +0000
committerrwatson <rwatson@FreeBSD.org>2009-05-25 10:25:41 +0000
commitf10db480e16bda328e69f9a8efbdc5b9fe325236 (patch)
tree49026c12b79523de1a19767855dd637c54626e3f /sys/netipx/spx_var.h
parent90176d9c2d5fb19f11438ce088a1449d07d72bc1 (diff)
downloadFreeBSD-src-f10db480e16bda328e69f9a8efbdc5b9fe325236.zip
FreeBSD-src-f10db480e16bda328e69f9a8efbdc5b9fe325236.tar.gz
Pull SPX reassembly queue init and flush into spx_reass.c.
MFC after: 1 month
Diffstat (limited to 'sys/netipx/spx_var.h')
-rw-r--r--sys/netipx/spx_var.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netipx/spx_var.h b/sys/netipx/spx_var.h
index be6714e..cf599fa 100644
--- a/sys/netipx/spx_var.h
+++ b/sys/netipx/spx_var.h
@@ -153,6 +153,8 @@ extern u_short spx_newchecks[50];
int spx_output(struct spxpcb *cb, struct mbuf *m0);
int spx_reass(struct spxpcb *cb, struct spx *si);
+void spx_reass_flush(struct spxpcb *cb);
+void spx_reass_init(struct spxpcb *cb);
void spx_remque(struct spx_q *element);
#endif
OpenPOWER on IntegriCloud