Home
last modified time | relevance | path

Searched refs:FLOW_FINAL_REFRELE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_bcast.c414 FLOW_FINAL_REFRELE(grp->mbg_flow_ent); in mac_bcast_add()
605 FLOW_FINAL_REFRELE(flent); in mac_bcast_delete()
H A Dmac_flow.c1251 FLOW_FINAL_REFRELE(flent); in mac_link_flow_add()
1311 FLOW_FINAL_REFRELE(flent); in mac_link_flow_add()
1427 FLOW_FINAL_REFRELE(flent); in mac_link_flow_remove()
H A Dmac_client.c1526 FLOW_FINAL_REFRELE(flent); in mac_client_close()
2421 FLOW_FINAL_REFRELE(flent); in mac_client_datapath_setup()
3193 FLOW_FINAL_REFRELE(flent); in mac_unicast_remove()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h102 #define FLOW_FINAL_REFRELE(flent) { \ macro