PERFORCE change 33496 for review
    Robert Watson 
    rwatson at FreeBSD.org
       
    Sat Jun 21 20:34:43 PDT 2003
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=33496
Change 33496 by rwatson at rwatson_powerbook on 2003/06/21 20:34:15
	Add struct label to struct bfp_d, the BPF descriptor.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/bpfdesc.h#2 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/bpfdesc.h#2 (text+ko) ====
@@ -70,6 +70,7 @@
  */
 
 #include <sys/select.h>
+#include <sys/_label.h>
 
 /*
  * Descriptor associated with each open bpf file.
@@ -120,6 +121,7 @@
 #endif
 	int		bd_hdrcmplt;	/* false to fill in src lladdr automatically */
 	int		bd_seesent;	/* true if bpf should see sent packets */
+	struct label	bd_label;	/* MAC label for descriptor */
 
 };
 
    
    
More information about the p4-projects
mailing list