Home
last modified time | relevance | path

Searched defs:mac_promisc_impl_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h75 typedef struct mac_promisc_impl_s { /* Protected by */ struct
76 mac_cb_t mpi_mci_link; /* mi_promisc_lock */
77 mac_cb_t mpi_mi_link; /* mi_promisc_lock */
78 mac_client_promisc_type_t mpi_type; /* WO */
79 mac_rx_t mpi_fn; /* WO */
80 void *mpi_arg; /* WO */
81 struct mac_client_impl_s *mpi_mcip; /* WO */
82 boolean_t mpi_no_tx_loop; /* WO */
83 boolean_t mpi_no_phys; /* WO */
84 boolean_t mpi_strip_vlan_tag; /* WO */
[all …]