Lines Matching refs:skb_hash
787 u32 skb_hash,
801 if (unlikely(!skb_hash || mc->cache_size == 0)) {
809 /* Pre and post recirulation flows usually have the same skb_hash
810 * value. To avoid hash collisions, rehash the 'skb_hash' with
813 skb_hash = jhash_1word(skb_hash, key->recirc_id);
816 hash = skb_hash;
825 if (e->skb_hash == skb_hash) {
829 e->skb_hash = 0;
833 if (!ce || e->skb_hash < ce->skb_hash)
843 ce->skb_hash = skb_hash;