Searched refs:flows_cnt (Results 1 – 1 of 1) sorted by relevance
58 u32 flows_cnt; /* number of flows */ member81 return reciprocal_scale(hash, q->flows_cnt); in fq_codel_hash()94 TC_H_MIN(skb->priority) <= q->flows_cnt) in fq_codel_classify()113 if (TC_H_MIN(res.classid) <= q->flows_cnt) in fq_codel_classify()155 for (i = 0; i < q->flows_cnt; i++) { in fq_codel_drop()319 q->flows_cnt = nla_get_u32(tb[TCA_FQ_CODEL_FLOWS]); in fq_codel_change()320 if (!q->flows_cnt || in fq_codel_change()321 q->flows_cnt > 65536) in fq_codel_change()389 q->flows_cnt = 1024; in fq_codel_init()405 q->flows = fq_codel_zalloc(q->flows_cnt * in fq_codel_init()[all …]