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

/linux-master/net/sched/
H A Dsch_sfb.c48 siphash_key_t perturbation; /* siphash key */ member in struct:sfb_bins
220 get_random_bytes(&q->bins[slot].perturbation,
221 sizeof(q->bins[slot].perturbation));
320 sfbhash = siphash_1u32(salt, &q->bins[slot].perturbation);
322 sfbhash = skb_get_hash_perturb(skb, &q->bins[slot].perturbation);
358 &q->bins[slot].perturbation);
H A Dsch_sfq.c120 siphash_key_t perturbation; member in struct:sfq_sched_data
160 return skb_get_hash_perturb(skb, &q->perturbation) & (q->divisor - 1);
530 * When q->perturbation is changed, we rehash all queued skbs
616 q->perturbation = nkey;
705 get_random_bytes(&q->perturbation, sizeof(q->perturbation));
762 get_random_bytes(&q->perturbation, sizeof(q->perturbation));
H A Dsch_hhf.c129 siphash_key_t perturbation; /* hash perturbation */ member in struct:hhf_sched_data
267 hash = skb_get_hash_perturb(skb, &q->perturbation);
582 get_random_bytes(&q->perturbation, sizeof(q->perturbation));

Completed in 259 milliseconds