Home
last modified time | relevance | path

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

/include/net/
Dfq_impl.h75 head = &tin->old_flows; in fq_tin_dequeue()
85 &tin->old_flows); in fq_tin_dequeue()
93 !list_empty(&tin->old_flows)) { in fq_tin_dequeue()
94 list_move_tail(&flow->flowchain, &tin->old_flows); in fq_tin_dequeue()
243 list_for_each_entry(flow, &tin->old_flows, flowchain) in fq_tin_filter()
277 head = &tin->old_flows; in fq_tin_reset()
300 INIT_LIST_HEAD(&tin->old_flows); in fq_tin_init()
Dfq.h49 struct list_head old_flows; member