Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c4376 flow_entry_t *dst_flow_ent; in mac_tx_send() local
4390 dst_flow_ent = mac_tx_classify(mip, mp); in mac_tx_send()
4392 if (dst_flow_ent != NULL) { in mac_tx_send()
4397 flow_cookie = mac_flow_get_client_cookie(dst_flow_ent); in mac_tx_send()
4418 dst_flow_ent->fe_mcip; in mac_tx_send()
4443 (dst_flow_ent->fe_cb_fn)( in mac_tx_send()
4444 dst_flow_ent->fe_cb_arg1, in mac_tx_send()
4445 dst_flow_ent->fe_cb_arg2, in mac_tx_send()
4450 FLOW_REFRELE(dst_flow_ent); in mac_tx_send()