Searched defs:mac_bcast_grp_s (Results 1 – 1 of 1) sorted by relevance
78 typedef struct mac_bcast_grp_s { /* Protected by */ struct79 struct mac_bcast_grp_s *mbg_next; /* SL */ argument80 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 */85 mac_bcast_grp_mcip_t *mbg_clients; /* mi_rw_lock */86 uint_t mbg_nclients; /* mi_rw_lock */87 uint_t mbg_nclients_alloc; /* SL */[all …]