Lines Matching defs:flow_hash
653 u32 flow_hash = 0, srchost_hash = 0, dsthost_hash = 0;
719 flow_hash = flow_hash_from_keys(&keys);
723 flow_hash = flow_override - 1;
725 flow_hash = skb->hash;
733 flow_hash ^= srchost_hash;
736 flow_hash ^= dsthost_hash;
739 reduced_hash = flow_hash % CAKE_QUEUES;
743 if (likely(q->tags[reduced_hash] == flow_hash &&
758 if (q->tags[outer_hash + k] == flow_hash) {
798 q->tags[reduced_hash] = flow_hash;