Searched refs:fq_flow_add_tail (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_fq.c | 162 static void fq_flow_add_tail(struct fq_flow_head *head, struct fq_flow *flow) in fq_flow_add_tail() function 176 fq_flow_add_tail(&q->old_flows, f); in fq_flow_unset_throttled() 482 fq_flow_add_tail(&q->new_flows, f); in fq_enqueue() 564 fq_flow_add_tail(&q->old_flows, f); in fq_dequeue() 589 fq_flow_add_tail(&q->old_flows, f); in fq_dequeue()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_fq.c | 162 static void fq_flow_add_tail(struct fq_flow_head *head, struct fq_flow *flow) in fq_flow_add_tail() function 176 fq_flow_add_tail(&q->old_flows, f); in fq_flow_unset_throttled() 482 fq_flow_add_tail(&q->new_flows, f); in fq_enqueue() 564 fq_flow_add_tail(&q->old_flows, f); in fq_dequeue() 589 fq_flow_add_tail(&q->old_flows, f); in fq_dequeue()
|
Completed in 3 milliseconds