Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_fq_pie.c44 struct fq_pie_flow { struct
57 struct fq_pie_flow *flows; argument
117 static inline void flow_queue_add(struct fq_pie_flow *flow, in flow_queue_add()
132 struct fq_pie_flow *sel_flow; in fq_pie_qdisc_enqueue()
219 static inline struct sk_buff *dequeue_head(struct fq_pie_flow *flow) in dequeue_head()
232 struct fq_pie_flow *flow; in fq_pie_qdisc_dequeue()
244 flow = list_first_entry(head, struct fq_pie_flow, flowchain); in fq_pie_qdisc_dequeue()
424 q->flows = kvcalloc(q->flows_cnt, sizeof(struct fq_pie_flow), in fq_pie_init()
431 struct fq_pie_flow *flow = q->flows + idx; in fq_pie_init()
515 struct fq_pie_flow *flow = q->flows + idx; in fq_pie_reset()