Searched refs:perturbation (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/net/sched/
H A Dsch_sfb.c51 u32 perturbation; /* jhash perturbation */ member in struct:sfb_bins
222 q->bins[slot].perturbation = prandom_u32(); sfb_init_perturbation()
316 sfbhash = jhash_1word(salt, q->bins[slot].perturbation); sfb_enqueue()
318 sfbhash = skb_get_hash_perturb(skb, q->bins[slot].perturbation); sfb_enqueue()
354 q->bins[slot].perturbation); sfb_enqueue()
H A Dsch_sfq.c123 u32 perturbation; member in struct:sfq_sched_data
161 return skb_get_hash_perturb(skb, q->perturbation) & (q->divisor - 1); sfq_hash()
527 * When q->perturbation is changed, we rehash all queued skbs
609 q->perturbation = prandom_u32(); sfq_perturbation()
678 q->perturbation = prandom_u32(); sfq_change()
734 q->perturbation = prandom_u32(); sfq_init()
H A Dsch_fq_codel.c58 u32 perturbation; /* hash perturbation */ member in struct:fq_codel_sched_data
72 u32 hash = skb_get_hash_perturb(skb, q->perturbation); fq_codel_hash()
423 q->perturbation = prandom_u32(); fq_codel_init()
H A Dsch_hhf.c128 u32 perturbation; /* hash perturbation */ member in struct:hhf_sched_data
266 hash = skb_get_hash_perturb(skb, q->perturbation); hhf_classify()
602 q->perturbation = prandom_u32(); hhf_init()
/linux-4.4.14/include/uapi/linux/
H A Dpkt_sched.h192 int perturb_period; /* Period of hash perturbation */
/linux-4.4.14/net/ipv4/
H A Droute.c469 /* In order to protect privacy, we add a perturbation to identifiers

Completed in 152 milliseconds