Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_sfb.c327 sfbhash = skb_get_hash_perturb(skb, &q->bins[slot].perturbation); in sfb_enqueue()
363 sfbhash = skb_get_hash_perturb(skb, in sfb_enqueue()
H A Dsch_hhf.c268 hash = skb_get_hash_perturb(skb, &q->perturbation); in hhf_classify()
H A Dsch_sfq.c153 return skb_get_hash_perturb(skb, &q->perturbation) & (q->divisor - 1); in sfq_hash()
/linux/net/core/
H A Dflow_dissector.c1915 __u32 skb_get_hash_perturb(const struct sk_buff *skb, in skb_get_hash_perturb() function
1922 EXPORT_SYMBOL(skb_get_hash_perturb);
/linux/include/linux/
H A Dskbuff.h1680 __u32 skb_get_hash_perturb(const struct sk_buff *skb,