Searched refs:old_flows (Results 1 – 2 of 2) sorted by relevance
75 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()
49 struct list_head old_flows; member