Lines Matching refs:skb_hash
788 u32 skb_hash,
802 if (unlikely(!skb_hash || mc->cache_size == 0)) {
810 /* Pre and post recirulation flows usually have the same skb_hash
811 * value. To avoid hash collisions, rehash the 'skb_hash' with
814 skb_hash = jhash_1word(skb_hash, key->recirc_id);
817 hash = skb_hash;
826 if (e->skb_hash == skb_hash) {
830 e->skb_hash = 0;
834 if (!ce || e->skb_hash < ce->skb_hash)
844 ce->skb_hash = skb_hash;