summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/mac_client_impl.h
diff options
context:
space:
mode:
authorDarren Reed <Darren.Reed@Sun.COM>2009-09-24 07:28:12 -0700
committerDarren Reed <Darren.Reed@Sun.COM>2009-09-24 07:28:12 -0700
commit0a0e9771ca0211c15f3ac4466b661c145feeb9e4 (patch)
tree9579700b2fec7e9c9c57beeca83bda8681eb9e7a /usr/src/uts/common/sys/mac_client_impl.h
parentaf1222373b60d56d6b0e630911372d4162b7787b (diff)
downloadillumos-gate-0a0e9771ca0211c15f3ac4466b661c145feeb9e4.tar.gz
PSARC/2009/232 Solaris Packet Capture
PSARC/2009/403 kstats for ipnet 6824047 every downcall function should have a "notsupported" function 6822740 RFE: provide PF_PACKET for developers on OpenSolaris 6822741 RFE: Solaris needs BPF to improve the packet capture story 6867683 RFE: need to be able to retrieve physical interface flags
Diffstat (limited to 'usr/src/uts/common/sys/mac_client_impl.h')
-rw-r--r--usr/src/uts/common/sys/mac_client_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/mac_client_impl.h b/usr/src/uts/common/sys/mac_client_impl.h
index c40c09ab04..5bd36ad779 100644
--- a/usr/src/uts/common/sys/mac_client_impl.h
+++ b/usr/src/uts/common/sys/mac_client_impl.h
@@ -77,6 +77,7 @@ typedef struct mac_promisc_impl_s { /* Protected by */
boolean_t mpi_no_tx_loop; /* WO */
boolean_t mpi_no_phys; /* WO */
boolean_t mpi_strip_vlan_tag; /* WO */
+ boolean_t mpi_no_copy; /* WO */
} mac_promisc_impl_t;
typedef union mac_tx_percpu_s {