perturbation 72 include/net/fq.h siphash_key_t perturbation; perturbation 111 include/net/fq_impl.h u32 hash = skb_get_hash_perturb(skb, &fq->perturbation); perturbation 311 include/net/fq_impl.h get_random_bytes(&fq->perturbation, sizeof(fq->perturbation)); perturbation 129 net/sched/sch_hhf.c siphash_key_t perturbation; /* hash perturbation */ perturbation 267 net/sched/sch_hhf.c hash = skb_get_hash_perturb(skb, &q->perturbation); perturbation 585 net/sched/sch_hhf.c get_random_bytes(&q->perturbation, sizeof(q->perturbation)); perturbation 48 net/sched/sch_sfb.c siphash_key_t perturbation; /* siphash key */ perturbation 220 net/sched/sch_sfb.c get_random_bytes(&q->bins[slot].perturbation, perturbation 221 net/sched/sch_sfb.c sizeof(q->bins[slot].perturbation)); perturbation 318 net/sched/sch_sfb.c sfbhash = siphash_1u32(salt, &q->bins[slot].perturbation); perturbation 320 net/sched/sch_sfb.c sfbhash = skb_get_hash_perturb(skb, &q->bins[slot].perturbation); perturbation 356 net/sched/sch_sfb.c &q->bins[slot].perturbation); perturbation 120 net/sched/sch_sfq.c siphash_key_t perturbation; perturbation 160 net/sched/sch_sfq.c return skb_get_hash_perturb(skb, &q->perturbation) & (q->divisor - 1); perturbation 614 net/sched/sch_sfq.c q->perturbation = nkey; perturbation 702 net/sched/sch_sfq.c get_random_bytes(&q->perturbation, sizeof(q->perturbation)); perturbation 759 net/sched/sch_sfq.c get_random_bytes(&q->perturbation, sizeof(q->perturbation));