Searched defs:mbg_flow_ent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_bcast.c83 flow_entry_t *mbg_flow_ent; /* WO */ member in struct:mac_bcast_grp_s
381 grp, FLOW_MCAST, &grp->mbg_flow_ent);
387 grp->mbg_flow_ent->fe_mbg = grp;
394 FLOW_REFHOLD(grp->mbg_flow_ent);
413 grp->mbg_flow_ent->fe_cb_fn = mac_bcast_send;
414 grp->mbg_flow_ent->fe_cb_arg1 = grp;
415 grp->mbg_flow_ent->fe_cb_arg2 = NULL;
417 rc = mac_flow_add(mip->mi_flow_tab, grp->mbg_flow_ent);
419 FLOW_FINAL_REFRELE(grp->mbg_flow_ent);
606 flent = grp->mbg_flow_ent;
[all...]

Completed in 46 milliseconds