summaryrefslogtreecommitdiffstats
path: root/sys/net/bpfdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/bpfdesc.h')
-rw-r--r--sys/net/bpfdesc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/bpfdesc.h b/sys/net/bpfdesc.h
index 7db4193..a4c03a8 100644
--- a/sys/net/bpfdesc.h
+++ b/sys/net/bpfdesc.h
@@ -44,6 +44,7 @@
#define _NET_BPFDESC_H_
#include <sys/callout.h>
+#include <sys/mac.h>
#include <sys/selinfo.h>
/*
@@ -92,6 +93,7 @@ struct bpf_d {
#endif
struct mtx bd_mtx; /* mutex for this descriptor */
struct callout bd_callout; /* for BPF timeouts with select */
+ struct label bd_label; /* MAC label for descriptor */
};
/* Values for bd_state */
OpenPOWER on IntegriCloud