Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c254 if (type & FLOW_USER) { in mac_flow_create()
264 if (type & FLOW_USER) in mac_flow_create()
637 if ((flent->fe_type & FLOW_USER) != 0) { in mac_flow_destroy()
759 if (!(flent->fe_type & FLOW_USER) && in mac_flow_modify()
835 if ((flent->fe_type & FLOW_USER) == 0) { in mac_flow_cleanup()
1232 FLOW_USER | FLOW_OTHER, &flent); in mac_link_flow_add()
H A Dmac_stat.c1044 if ((flent->fe_type & FLOW_USER) != 0) in mac_srs_stat_create()
1085 if (((flent->fe_type & FLOW_USER) != 0) || in mac_misc_stat_create()
1103 if ((flent->fe_type & FLOW_USER) != 0) in mac_soft_ring_stat_create()
H A Dmac_datapath_setup.c618 ASSERT(!(flent->fe_type & FLOW_USER)); in mac_compute_soft_ring_count()
2018 if (flent->fe_type & FLOW_USER) { in mac_fanout_setup()
H A Dmac.c6140 (flent->fe_type & FLOW_USER) != 0) { in mac_log_flowinfo()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h198 #define FLOW_USER 0x10 /* User defined flow */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c187 {"U", FLOW_USER, FLOW_USER}, in mac_flow_dcmd_output()