Home
last modified time | relevance | path

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

/net/sched/
Dsch_sfb.c53 struct sfb_bucket bins[SFB_LEVELS][SFB_NUMBUCKETS]; member
75 struct sfb_bins bins[2]; member
130 struct sfb_bucket *b = &q->bins[slot].bins[0][0]; in increment_one_qlen()
159 struct sfb_bucket *b = &q->bins[slot].bins[0][0]; in decrement_one_qlen()
196 memset(&q->bins, 0, sizeof(q->bins)); in sfb_zero_all_buckets()
206 const struct sfb_bucket *b = &q->bins[q->slot].bins[0][0]; in sfb_compute_qlen()
224 get_random_bytes(&q->bins[slot].perturbation, in sfb_init_perturbation()
225 sizeof(q->bins[slot].perturbation)); in sfb_init_perturbation()
321 sfbhash = siphash_1u32(salt, &q->bins[slot].perturbation); in sfb_enqueue()
323 sfbhash = skb_get_hash_perturb(skb, &q->bins[slot].perturbation); in sfb_enqueue()
[all …]