Lines Matching refs:flow_hash
696 u32 flow_hash = 0, srchost_hash = 0, dsthost_hash = 0;
762 flow_hash = flow_hash_from_keys(&keys);
766 flow_hash = flow_override - 1;
768 flow_hash = skb->hash;
776 flow_hash ^= srchost_hash;
779 flow_hash ^= dsthost_hash;
782 reduced_hash = flow_hash % CAKE_QUEUES;
786 if (likely(q->tags[reduced_hash] == flow_hash &&
801 if (q->tags[outer_hash + k] == flow_hash) {
842 q->tags[reduced_hash] = flow_hash;