Lines Matching defs:skb_hash
784 u32 skb_hash,
798 if (unlikely(!skb_hash || mc->cache_size == 0)) {
806 /* Pre and post recirulation flows usually have the same skb_hash
807 * value. To avoid hash collisions, rehash the 'skb_hash' with
810 skb_hash = jhash_1word(skb_hash, key->recirc_id);
813 hash = skb_hash;
822 if (e->skb_hash == skb_hash) {
826 e->skb_hash = 0;
830 if (!ce || e->skb_hash < ce->skb_hash)
840 ce->skb_hash = skb_hash;