Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2003 20:43:53 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 33498 for review
Message-ID:  <200306220343.h5M3hrIC014984@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=33498

Change 33498 by rwatson@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 */
 };
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306220343.h5M3hrIC014984>