Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dsch_sfb.c320 sfbhash = skb_get_hash_perturb(skb, &q->bins[slot].perturbation); in sfb_enqueue()
355 sfbhash = skb_get_hash_perturb(skb, in sfb_enqueue()
Dsch_hhf.c267 hash = skb_get_hash_perturb(skb, &q->perturbation); in hhf_classify()
Dsch_sfq.c160 return skb_get_hash_perturb(skb, &q->perturbation) & (q->divisor - 1); in sfq_hash()
/Linux-v5.4/include/net/
Dfq_impl.h111 u32 hash = skb_get_hash_perturb(skb, &fq->perturbation); in fq_flow_idx()
/Linux-v5.4/net/core/
Dflow_dissector.c1546 __u32 skb_get_hash_perturb(const struct sk_buff *skb, in skb_get_hash_perturb() function
1553 EXPORT_SYMBOL(skb_get_hash_perturb);
/Linux-v5.4/include/linux/
Dskbuff.h1357 __u32 skb_get_hash_perturb(const struct sk_buff *skb,