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.c391 FLOW_FINAL_REFRELE(grp->mbg_flow_ent); in mac_bcast_add()
582 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.c1529 FLOW_FINAL_REFRELE(flent); in mac_client_close()
2430 FLOW_FINAL_REFRELE(flent); in mac_client_datapath_setup()
3202 FLOW_FINAL_REFRELE(flent); in mac_unicast_remove()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h104 #define FLOW_FINAL_REFRELE(flent) { \ macro