Home
last modified time | relevance | path

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

/include/net/
A Dfq_impl.h103 head = &tin->old_flows; in fq_tin_dequeue()
113 &tin->old_flows); in fq_tin_dequeue()
121 !list_empty(&tin->old_flows)) { in fq_tin_dequeue()
122 list_move_tail(&flow->flowchain, &tin->old_flows); in fq_tin_dequeue()
285 list_for_each_entry(flow, &tin->old_flows, flowchain) in fq_tin_filter()
302 list_empty(&tin->old_flows)) in fq_flow_reset()
321 head = &tin->old_flows; in fq_tin_reset()
344 INIT_LIST_HEAD(&tin->old_flows); in fq_tin_init()
A Dfq.h50 struct list_head old_flows; member

Completed in 4 milliseconds