summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2001-06-25 05:40:20 +0000
committerangelos <angelos@openbsd.org>2001-06-25 05:40:20 +0000
commit89f1afbb5163f01b7d4dd11238623f4e0d3bcb5e (patch)
tree78c5c7971e1d3a238046c32b30b9f8bf25cdf0da
parentSkeleton of a manpage for pf, dhartmei's shiny new packet filter. (diff)
downloadwireguard-openbsd-89f1afbb5163f01b7d4dd11238623f4e0d3bcb5e.tar.xz
wireguard-openbsd-89f1afbb5163f01b7d4dd11238623f4e0d3bcb5e.zip
Rename checksum tag.
-rw-r--r--sys/sys/mbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index e9af770dff2..d744599ede4 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mbuf.h,v 1.46 2001/06/25 04:01:28 angelos Exp $ */
+/* $OpenBSD: mbuf.h,v 1.47 2001/06/25 05:40:20 angelos Exp $ */
/* $NetBSD: mbuf.h,v 1.19 1996/02/09 18:25:14 christos Exp $ */
/*
@@ -594,7 +594,7 @@ struct m_tag *m_tag_next __P((struct mbuf *, struct m_tag *));
#define PACKET_TAG_BRIDGE 7 /* Bridge processing done */
#define PACKET_TAG_GIF 8 /* GIF processing done */
#define PACKET_TAG_GRE 9 /* GRE processing done */
-#define PACKET_TAG_PACKET_CHECKSUM 10 /* NIC checksumming done */
+#define PACKET_TAG_IN_PACKET_CHECKSUM 10 /* NIC checksumming done */
#ifdef MBTYPES
int mbtypes[] = { /* XXX */