Lines Matching refs:fq_codel_flow
42 struct fq_codel_flow { struct
53 struct fq_codel_flow *flows; /* Flows table [flows_cnt] */ argument
116 static inline struct sk_buff *dequeue_head(struct fq_codel_flow *flow) in dequeue_head()
126 static inline void flow_queue_add(struct fq_codel_flow *flow, in flow_queue_add()
143 struct fq_codel_flow *flow; in fq_codel_drop()
190 struct fq_codel_flow *flow; in fq_codel_enqueue()
260 struct fq_codel_flow *flow; in dequeue_func()
263 flow = container_of(vars, struct fq_codel_flow, cvars); in dequeue_func()
286 struct fq_codel_flow *flow; in fq_codel_dequeue()
296 flow = list_first_entry(head, struct fq_codel_flow, flowchain); in fq_codel_dequeue()
328 static void fq_codel_flow_purge(struct fq_codel_flow *flow) in fq_codel_flow_purge()
342 struct fq_codel_flow *flow = q->flows + i; in fq_codel_reset()
498 sizeof(struct fq_codel_flow), in fq_codel_init()
510 struct fq_codel_flow *flow = q->flows + i; in fq_codel_init()
650 const struct fq_codel_flow *flow = &q->flows[idx]; in fq_codel_dump_class_stats()