Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_sfb.c323 sfbhash = skb_get_hash_perturb(skb, q->bins[slot].perturbation); in sfb_enqueue()
358 sfbhash = skb_get_hash_perturb(skb, in sfb_enqueue()
Dsch_hhf.c266 hash = skb_get_hash_perturb(skb, q->perturbation); in hhf_classify()
Dsch_sfq.c164 return skb_get_hash_perturb(skb, q->perturbation) & (q->divisor - 1); in sfq_hash()
/Linux-v4.19/include/net/
Dfq_impl.h121 hash = skb_get_hash_perturb(skb, fq->perturbation); in fq_flow_classify()
/Linux-v4.19/net/core/
Dflow_dissector.c1280 __u32 skb_get_hash_perturb(const struct sk_buff *skb, u32 perturb) in skb_get_hash_perturb() function
1286 EXPORT_SYMBOL(skb_get_hash_perturb);
/Linux-v4.19/include/linux/
Dskbuff.h1254 __u32 skb_get_hash_perturb(const struct sk_buff *skb, u32 perturb);