Home
last modified time | relevance | path

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

/include/net/
A Dfq_impl.h108 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_dequeue()
112 list_move_tail(&flow->flowchain, in fq_tin_dequeue()
122 list_move_tail(&flow->flowchain, &tin->old_flows); in fq_tin_dequeue()
124 list_del_init(&flow->flowchain); in fq_tin_dequeue()
228 if (list_empty(&flow->flowchain)) { in fq_tin_enqueue()
230 list_add_tail(&flow->flowchain, in fq_tin_enqueue()
283 list_for_each_entry(flow, &tin->new_flows, flowchain) in fq_tin_filter()
285 list_for_each_entry(flow, &tin->old_flows, flowchain) in fq_tin_filter()
299 if (!list_empty(&flow->flowchain)) { in fq_flow_reset()
300 list_del_init(&flow->flowchain); in fq_flow_reset()
[all …]
A Dfq.h33 struct list_head flowchain; member

Completed in 4 milliseconds