Lines Matching refs:skb_hash
783 u32 skb_hash,
797 if (unlikely(!skb_hash || mc->cache_size == 0)) {
805 /* Pre and post recirulation flows usually have the same skb_hash
806 * value. To avoid hash collisions, rehash the 'skb_hash' with
809 skb_hash = jhash_1word(skb_hash, key->recirc_id);
812 hash = skb_hash;
821 if (e->skb_hash == skb_hash) {
825 e->skb_hash = 0;
829 if (!ce || e->skb_hash < ce->skb_hash)
839 ce->skb_hash = skb_hash;