Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_fq_codel.c57 u32 flows_cnt; /* number of flows */ member
74 return reciprocal_scale(hash, q->flows_cnt); in fq_codel_hash()
87 TC_H_MIN(skb->priority) <= q->flows_cnt) in fq_codel_classify()
106 if (TC_H_MIN(res.classid) <= q->flows_cnt) in fq_codel_classify()
148 for (i = 0; i < q->flows_cnt; i++) { in fq_codel_drop()
301 for (i = 0; i < q->flows_cnt; i++) { in fq_codel_reset()
314 memset(q->backlogs, 0, q->flows_cnt * sizeof(u32)); in fq_codel_reset()
343 q->flows_cnt = nla_get_u32(tb[TCA_FQ_CODEL_FLOWS]); in fq_codel_change()
344 if (!q->flows_cnt || in fq_codel_change()
345 q->flows_cnt > 65536) in fq_codel_change()
[all …]