Home
last modified time | relevance | path

Searched refs:mgb_client_ref (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_bcast.c412 grp->mbg_clients[i].mgb_client_ref++; in mac_bcast_add()
442 grp->mbg_clients[index].mgb_client_ref = 1; in mac_bcast_add()
517 if (--grp->mbg_clients[i].mgb_client_ref > 0) in mac_bcast_delete()
521 grp->mbg_clients[i].mgb_client_ref = 0; in mac_bcast_delete()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h927 int mgb_client_ref; member