Update the list of mbuf types from <sys/mbuf.h>.

This commit is contained in:
Yaroslav Tykhiy 2004-01-18 21:29:46 +00:00
parent c433c9daac
commit d2b7305939
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124688

View File

@ -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