Lines Matching refs:fq_codel_flow
44 struct fq_codel_flow { struct
55 struct fq_codel_flow *flows; /* Flows table [flows_cnt] */ argument
115 static inline struct sk_buff *dequeue_head(struct fq_codel_flow *flow) in dequeue_head()
125 static inline void flow_queue_add(struct fq_codel_flow *flow, in flow_queue_add()
141 struct fq_codel_flow *flow; in fq_codel_drop()
179 struct fq_codel_flow *flow; in fq_codel_enqueue()
226 struct fq_codel_flow *flow; in dequeue()
229 flow = container_of(vars, struct fq_codel_flow, cvars); in dequeue()
242 struct fq_codel_flow *flow; in fq_codel_dequeue()
254 flow = list_first_entry(head, struct fq_codel_flow, flowchain); in fq_codel_dequeue()
302 struct fq_codel_flow *flow = q->flows + i; in fq_codel_reset()
438 sizeof(struct fq_codel_flow)); in fq_codel_init()
447 struct fq_codel_flow *flow = q->flows + i; in fq_codel_init()
565 const struct fq_codel_flow *flow = &q->flows[idx]; in fq_codel_dump_class_stats()