Home
last modified time | relevance | path

Searched refs:skb_get_hash_perturb (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/sched/
Dsch_sfb.c318 sfbhash = skb_get_hash_perturb(skb, q->bins[slot].perturbation); in sfb_enqueue()
353 sfbhash = skb_get_hash_perturb(skb, in sfb_enqueue()
Dsch_hhf.c266 hash = skb_get_hash_perturb(skb, q->perturbation); in hhf_classify()
Dsch_fq_codel.c72 u32 hash = skb_get_hash_perturb(skb, q->perturbation); in fq_codel_hash()
Dsch_sfq.c161 return skb_get_hash_perturb(skb, q->perturbation) & (q->divisor - 1); in sfq_hash()
/linux-4.4.14/net/core/
Dflow_dissector.c685 __u32 skb_get_hash_perturb(const struct sk_buff *skb, u32 perturb) in skb_get_hash_perturb() function
691 EXPORT_SYMBOL(skb_get_hash_perturb);
/linux-4.4.14/include/linux/
Dskbuff.h1070 __u32 skb_get_hash_perturb(const struct sk_buff *skb, u32 perturb);