Date: Sun, 29 Jun 2003 19:29:01 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 33868 for review Message-ID: <200306300229.h5U2T1DG079013@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=33868 Change 33868 by rwatson@rwatson_powerbook on 2003/06/29 19:28:33 Add MAC label to mbuf packet header; this is the pre-m_tag model from FreeBSD. Since Darwin doesn't have m_tags... Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/mbuf.h#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/mbuf.h#2 (text+ko) ==== @@ -74,6 +74,7 @@ #include <sys/appleapiopts.h> #include <sys/lock.h> +#include <sys/_label.h> /* * Mbufs are of a single size, MSIZE (machine/param.h), which @@ -130,6 +131,7 @@ struct mbuf *aux; /* extra data buffer; ipsec/others */ void *reserved1; /* for future use */ void *reserved2; /* for future use */ + struct label label; /* MAC label for packet */ };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306300229.h5U2T1DG079013>