Home
last modified time | relevance | path

Searched defs:flow_hash (Results 1 – 3 of 3) sorted by relevance

/linux/net/ethtool/
H A Drss.c23 int flow_hash[__ETHTOOL_A_FLOW_CNT]; member
/linux/net/openvswitch/
H A Dflow_table.c645 static u32 flow_hash(const struct sw_flow_key *key, flow_hash() function
/linux/net/sched/
H A Dsch_cake.c696 u32 flow_hash = 0, srchost_hash = 0, dsthost_hash = 0; in cake_hash() local