Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow_table.c643 static u32 flow_hash(const struct sw_flow_key *key, in flow_hash() function
/linux/net/sched/
H A Dsch_cake.c715 u32 flow_hash = 0, srchost_hash = 0, dsthost_hash = 0; in cake_hash() local