Searched refs:flow_queue_add (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_fq_pie.c | 118 static inline void flow_queue_add(struct fq_pie_flow *flow, in flow_queue_add() function 185 flow_queue_add(sel_flow, skb); in fq_pie_qdisc_enqueue()
|
H A D | sch_fq_codel.c | 126 static inline void flow_queue_add(struct fq_codel_flow *flow, in flow_queue_add() function 205 flow_queue_add(flow, skb); in fq_codel_enqueue()
|
H A D | sch_fq.c | 404 static void flow_queue_add(struct fq_flow *flow, struct sk_buff *skb) in flow_queue_add() function 489 flow_queue_add(f, skb); in fq_enqueue()
|
H A D | sch_cake.c | 866 static void flow_queue_add(struct cake_flow *flow, struct sk_buff *skb) in flow_queue_add() function 1756 flow_queue_add(flow, segs); in cake_enqueue() 1778 flow_queue_add(flow, skb); in cake_enqueue()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_fq_pie.c | 118 static inline void flow_queue_add(struct fq_pie_flow *flow, in flow_queue_add() function 185 flow_queue_add(sel_flow, skb); in fq_pie_qdisc_enqueue()
|
H A D | sch_fq_codel.c | 126 static inline void flow_queue_add(struct fq_codel_flow *flow, in flow_queue_add() function 205 flow_queue_add(flow, skb); in fq_codel_enqueue()
|
H A D | sch_fq.c | 404 static void flow_queue_add(struct fq_flow *flow, struct sk_buff *skb) in flow_queue_add() function 489 flow_queue_add(f, skb); in fq_enqueue()
|
H A D | sch_cake.c | 867 static void flow_queue_add(struct cake_flow *flow, struct sk_buff *skb) in flow_queue_add() function 1757 flow_queue_add(flow, segs); in cake_enqueue() 1779 flow_queue_add(flow, skb); in cake_enqueue()
|
Completed in 14 milliseconds