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
826 ASSERT(flent->fe_mbg == NULL); in mac_flow_clean()835 ASSERT((flent->fe_mbg == NULL && flent->fe_mcip != NULL) || in mac_flow_cleanup()836 (flent->fe_mbg != NULL && flent->fe_mcip == NULL)); in mac_flow_cleanup()842 if (flent->fe_mbg != NULL) { in mac_flow_cleanup()845 mac_bcast_grp_free(flent->fe_mbg); in mac_flow_cleanup()846 flent->fe_mbg = NULL; in mac_flow_cleanup()850 ASSERT(flent->fe_mbg == NULL); in mac_flow_cleanup()
387 grp->mbg_flow_ent->fe_mbg = grp; in mac_bcast_add()
2914 ASSERT(flent->fe_refcnt == 1 && flent->fe_mbg == NULL && in mac_client_datapath_teardown()