Searched refs:flows_cnt (Results 1 – 4 of 4) sorted by relevance
56 u32 flows_cnt; /* number of flows */ member74 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt); in fq_codel_hash()87 TC_H_MIN(skb->priority) <= q->flows_cnt) in fq_codel_classify()108 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()343 for (i = 0; i < q->flows_cnt; i++) { in fq_codel_reset()350 memset(q->backlogs, 0, q->flows_cnt * sizeof(u32)); in fq_codel_reset()385 q->flows_cnt = nla_get_u32(tb[TCA_FQ_CODEL_FLOWS]); in fq_codel_change()386 if (!q->flows_cnt || in fq_codel_change()387 q->flows_cnt > 65536) in fq_codel_change()[all …]
97 fq->flows_cnt, in aqm_read()
1557 local->cvars = kcalloc(fq->flows_cnt, sizeof(local->cvars[0]), in ieee80211_txq_setup_flows()1566 for (i = 0; i < fq->flows_cnt; i++) in ieee80211_txq_setup_flows()
3904 txqstats->max_flows = local->fq.flows_cnt; in ieee80211_get_txq_stats()