skb_get_hash_perturb
__u32 skb_get_hash_perturb(const struct sk_buff *skb,
EXPORT_SYMBOL(skb_get_hash_perturb);
hash = skb_get_hash_perturb(skb, &q->perturbation);
sfbhash = skb_get_hash_perturb(skb, &q->bins[slot].perturbation);
sfbhash = skb_get_hash_perturb(skb,
return skb_get_hash_perturb(skb, &q->perturbation) & (q->divisor - 1);