Home
last modified time | relevance | path

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

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