Searched refs:fe_mbg (Results 1 – 4 of 4) sorted by relevance
123 (flent->fe_mbg != NULL ? mac_bcast_grp_mip(flent->fe_mbg) : \301 void *fe_mbg; /* WO */ member
827 ASSERT(flent->fe_mbg == NULL); in mac_flow_clean()836 ASSERT((flent->fe_mbg == NULL && flent->fe_mcip != NULL) || in mac_flow_cleanup()837 (flent->fe_mbg != NULL && flent->fe_mcip == NULL)); in mac_flow_cleanup()843 if (flent->fe_mbg != NULL) { in mac_flow_cleanup()846 mac_bcast_grp_free(flent->fe_mbg); in mac_flow_cleanup()847 flent->fe_mbg = NULL; in mac_flow_cleanup()851 ASSERT(flent->fe_mbg == NULL); in mac_flow_cleanup()
382 grp->mbg_flow_ent->fe_mbg = grp; in mac_bcast_add()
2996 ASSERT(flent->fe_refcnt == 1 && flent->fe_mbg == NULL && in mac_client_datapath_teardown()