skb_get_hash_perturb 1359 include/linux/skbuff.h __u32 skb_get_hash_perturb(const struct sk_buff *skb,
skb_get_hash_perturb  111 include/net/fq_impl.h 	u32 hash = skb_get_hash_perturb(skb, &fq->perturbation);
skb_get_hash_perturb 1596 net/core/flow_dissector.c EXPORT_SYMBOL(skb_get_hash_perturb);
skb_get_hash_perturb  267 net/sched/sch_hhf.c 	hash = skb_get_hash_perturb(skb, &q->perturbation);
skb_get_hash_perturb  320 net/sched/sch_sfb.c 		sfbhash = skb_get_hash_perturb(skb, &q->bins[slot].perturbation);
skb_get_hash_perturb  355 net/sched/sch_sfb.c 			sfbhash = skb_get_hash_perturb(skb,
skb_get_hash_perturb  160 net/sched/sch_sfq.c 	return skb_get_hash_perturb(skb, &q->perturbation) & (q->divisor - 1);