Lines Matching defs:sel_flow
133 struct fq_pie_flow *sel_flow;
150 sel_flow = &q->flows[idx];
163 if (!pie_drop_early(sch, &q->p_params, &sel_flow->vars,
164 sel_flow->backlog, skb->len)) {
167 sel_flow->vars.prob <= (MAX_PROB / 100) * q->ecn_prob &&
185 flow_queue_add(sel_flow, skb);
186 if (list_empty(&sel_flow->flowchain)) {
187 list_add_tail(&sel_flow->flowchain, &q->new_flows);
189 sel_flow->deficit = q->quantum;
190 sel_flow->qlen = 0;
191 sel_flow->backlog = 0;
193 sel_flow->qlen++;
194 sel_flow->backlog += pkt_len;
199 sel_flow->vars.accu_prob = 0;