Searched defs:mac_bcast_grp_s (Results 1 – 1 of 1) sorted by relevance
77 typedef struct mac_bcast_grp_s { /* Protected by */ struct78 struct mac_bcast_grp_s *mbg_next; /* SL */ argument79 void *mbg_addr; /* SL */80 uint16_t mbg_vid; /* SL */81 mac_impl_t *mbg_mac_impl; /* WO */82 mac_addrtype_t mbg_addrtype; /* WO */83 flow_entry_t *mbg_flow_ent; /* WO */84 mac_bcast_grp_mcip_t *mbg_clients; /* mi_rw_lock */85 uint_t mbg_nclients; /* mi_rw_lock */86 uint_t mbg_nclients_alloc; /* SL */[all …]