summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMike Frantzen <frantzen@cvs.openbsd.org>2002-06-11 02:19:57 +0000
committerMike Frantzen <frantzen@cvs.openbsd.org>2002-06-11 02:19:57 +0000
commitdbe92a8f5b7fb947660c5e4106de5b8b151db8e0 (patch)
tree843934242cb958016aa6c14362f38028012b76e8 /sys
parent09dfe6b2f21192026183f678eb93a83ab47f10dd (diff)
add PACKET_TAG_PF_FRAGCACHE mbuf tag so we don't think a outbound fragment
is a duplicate because we saw it first on the inbound direction ok dhartmei@
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mbuf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index 4282c86adb4..241dce420fa 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mbuf.h,v 1.64 2002/06/09 04:49:06 frantzen Exp $ */
+/* $OpenBSD: mbuf.h,v 1.65 2002/06/11 02:19:56 frantzen Exp $ */
/* $NetBSD: mbuf.h,v 1.19 1996/02/09 18:25:14 christos Exp $ */
/*
@@ -596,6 +596,7 @@ struct m_tag *m_tag_next(struct mbuf *, struct m_tag *);
#define PACKET_TAG_IN_PACKET_CHECKSUM 10 /* NIC checksumming done */
#define PACKET_TAG_PF_GENERATED 11 /* PF generated, pass always */
#define PACKET_TAG_PF_ROUTED 12 /* PF routed, no route loops */
+#define PACKET_TAG_PF_FRAGCACHE 13 /* PF fragment cached */
#ifdef MBTYPES
int mbtypes[] = { /* XXX */