PERFORCE change 33498 for review
    Robert Watson 
    rwatson at FreeBSD.org
       
    Sat Jun 21 20:43:56 PDT 2003
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=33498
Change 33498 by rwatson at rwatson_powerbook on 2003/06/21 20:43:39
	Add struct label to struct ipq (fragment reassembly queue).
Affected files ...
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_var.h#2 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_var.h#2 (text+ko) ====
@@ -58,6 +58,10 @@
 #define	_NETINET_IP_VAR_H_
 #include <sys/appleapiopts.h>
 
+#ifdef KERNEL
+#include <sys/_label.h>
+#endif
+
 #ifdef __APPLE_API_PRIVATE
 /*
  * Overlay for ip header used by other protocols (tcp, udp).
@@ -92,6 +96,7 @@
 #endif
 	u_int16_t ipq_div_cookie;	/* ipfw divert cookie */
 #endif
+	struct	label ipq_label;	/* MAC label */
 };
 
 /*
    
    
More information about the p4-projects
mailing list