Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h165 #define FLOW_INBOUND 0x01 macro
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1910 l3info->l3_dst_or_src = ((s->fs_flags & FLOW_INBOUND) != 0); in flow_ip_hash()
2287 dst_or_src = ((s->fs_flags & FLOW_INBOUND) != 0); in flow_transport_hash()
H A Dmac_sched.c3229 FLOW_INBOUND, &flent); in mac_rx_srs_subflow_process()
H A Dmac.c2751 uint_t flags = FLOW_INBOUND; in mac_rx_classify()