Lines Matching refs:fq_flow
16 __fq_adjust_removal(struct fq *fq, struct fq_flow *flow, unsigned int packets,
41 struct fq_flow *flow,
48 struct fq_flow *flow)
63 static int fq_flow_drop(struct fq *fq, struct fq_flow *flow,
94 struct fq_flow *flow;
108 flow = list_first_entry(head, struct fq_flow, flowchain);
144 static struct fq_flow *fq_flow_classify(struct fq *fq,
148 struct fq_flow *flow;
165 static struct fq_flow *fq_find_fattest_flow(struct fq *fq)
168 struct fq_flow *flow = NULL;
173 struct fq_flow *cur = &fq->flows[i];
202 struct fq_flow *flow;
253 struct fq_flow *flow,
279 struct fq_flow *flow;
290 struct fq_flow *flow,
316 struct fq_flow *flow;
326 flow = list_first_entry(head, struct fq_flow, flowchain);
335 static void fq_flow_init(struct fq_flow *flow)