PERFORCE change 33868 for review

Robert Watson rwatson at FreeBSD.org
Mon Jun 30 02:29:01 GMT 2003


http://perforce.freebsd.org/chv.cgi?CH=33868

Change 33868 by rwatson at 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 */
 };
 
 
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list