Home
last modified time | relevance | path

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

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