Lines Matching defs:flow_hash
652 u32 flow_hash = 0, srchost_hash = 0, dsthost_hash = 0;
718 flow_hash = flow_hash_from_keys(&keys);
722 flow_hash = flow_override - 1;
724 flow_hash = skb->hash;
732 flow_hash ^= srchost_hash;
735 flow_hash ^= dsthost_hash;
738 reduced_hash = flow_hash % CAKE_QUEUES;
742 if (likely(q->tags[reduced_hash] == flow_hash &&
757 if (q->tags[outer_hash + k] == flow_hash) {
797 q->tags[reduced_hash] = flow_hash;