Home
last modified time | relevance | path

Searched refs:fq_codel_flow (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/sched/
Dsch_fq_codel.c47 struct fq_codel_flow { struct
59 struct fq_codel_flow *flows; /* Flows table [flows_cnt] */ argument
122 static inline struct sk_buff *dequeue_head(struct fq_codel_flow *flow) in dequeue_head()
132 static inline void flow_queue_add(struct fq_codel_flow *flow, in flow_queue_add()
149 struct fq_codel_flow *flow; in fq_codel_drop()
194 struct fq_codel_flow *flow; in fq_codel_enqueue()
265 struct fq_codel_flow *flow; in dequeue_func()
268 flow = container_of(vars, struct fq_codel_flow, cvars); in dequeue_func()
291 struct fq_codel_flow *flow; in fq_codel_dequeue()
302 flow = list_first_entry(head, struct fq_codel_flow, flowchain); in fq_codel_dequeue()
[all …]