Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1083 mac_flow_lookup_byname(char *name, flow_entry_t **flentp) in mac_flow_lookup_byname() function
1221 err = mac_flow_lookup_byname(flow_name, &flent); in mac_link_flow_add()
1383 err = mac_flow_lookup_byname(flow_name, &flent); in mac_link_flow_remove()
1404 err = mac_flow_lookup_byname(flow_name, &flent); in mac_link_flow_remove()
1452 err = mac_flow_lookup_byname(flow_name, &flent); in mac_link_flow_modify()
1473 err = mac_flow_lookup_byname(flow_name, &flent); in mac_link_flow_modify()
1582 err = mac_flow_lookup_byname(flow_name, &flent); in mac_link_flow_info()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h512 extern int mac_flow_lookup_byname(char *, flow_entry_t **);