summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2004-01-18 21:29:46 +0000
committeryar <yar@FreeBSD.org>2004-01-18 21:29:46 +0000
commit967828a92a5d736d1332a8716ca5c4ef5b3734cc (patch)
tree96582af598b89020f970e06dcd576855ee9510aa /share
parent9af7d6a659dd43fdf23948c4dc010996d62f5e8d (diff)
downloadFreeBSD-src-967828a92a5d736d1332a8716ca5c4ef5b3734cc.zip
FreeBSD-src-967828a92a5d736d1332a8716ca5c4ef5b3734cc.tar.gz
Update the list of mbuf types from <sys/mbuf.h>.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/mbuf.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index a10cb21..404211a 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -210,11 +210,11 @@ The available
types are defined as follows:
.Bd -literal
/* mbuf types */
-#define MT_FREE 0 /* should be on free list */
#define MT_DATA 1 /* dynamic (data) allocation */
#define MT_HEADER 2 /* packet header */
#define MT_SONAME 8 /* socket name */
#define MT_FTABLE 11 /* fragment reassembly header */
+#define MT_TAG 13 /* volatile metadata associated to pkts */
#define MT_CONTROL 14 /* extra-data protocol message */
#define MT_OOBDATA 15 /* expedited data */
.Ed
OpenPOWER on IntegriCloud