Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_fq_pie.c44 struct fq_pie_flow { struct
57 struct fq_pie_flow *flows; argument
118 static inline void flow_queue_add(struct fq_pie_flow *flow, in flow_queue_add()
133 struct fq_pie_flow *sel_flow; in fq_pie_qdisc_enqueue()
226 static inline struct sk_buff *dequeue_head(struct fq_pie_flow *flow) in dequeue_head()
239 struct fq_pie_flow *flow; in fq_pie_qdisc_dequeue()
251 flow = list_first_entry(head, struct fq_pie_flow, flowchain); in fq_pie_qdisc_dequeue()
440 q->flows = kvcalloc(q->flows_cnt, sizeof(struct fq_pie_flow), in fq_pie_init()
447 struct fq_pie_flow *flow = q->flows + idx; in fq_pie_init()
531 struct fq_pie_flow *flow = q->flows + idx; in fq_pie_reset()