Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_bcast.c78 typedef struct mac_bcast_grp_s { /* Protected by */ struct
79 struct mac_bcast_grp_s *mbg_next; /* SL */ argument
80 void *mbg_addr; /* SL */
81 uint16_t mbg_vid; /* SL */
82 mac_impl_t *mbg_mac_impl; /* WO */
83 mac_addrtype_t mbg_addrtype; /* WO */
84 flow_entry_t *mbg_flow_ent; /* WO */
86 uint_t mbg_nclients; /* mi_rw_lock */
87 uint_t mbg_nclients_alloc; /* SL */
88 uint64_t mbg_clients_gen; /* mi_rw_lock */
[all …]