Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h530 extern void mac_flow_get_desc(flow_entry_t *, flow_desc_t *);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c496 mac_flow_get_desc(mcip->mci_flent, &flow_desc); in mac_client_vid()
787 mac_flow_get_desc(flent, &flow_desc); in i_mac_flow_vid()
857 mac_flow_get_desc(flent, &flow_desc); in mac_unicast_update_client_flow()
879 mac_flow_get_desc(flent, &flow_desc); in mac_unicast_update_client_flow()
2265 mac_flow_get_desc(flent, &flow_desc); in mac_client_update_mcast()
5113 mac_flow_get_desc(mcip->mci_flent, &flow_desc); in mac_client_get_flow()
H A Dmac_flow.c871 mac_flow_get_desc(flow_entry_t *flent, flow_desc_t *fd) in mac_flow_get_desc() function