Lines Matching refs:flowchain
80 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_dequeue()
84 list_move_tail(&flow->flowchain, in fq_tin_dequeue()
94 list_move_tail(&flow->flowchain, &tin->old_flows); in fq_tin_dequeue()
96 list_del_init(&flow->flowchain); in fq_tin_dequeue()
178 if (list_empty(&flow->flowchain)) { in fq_tin_enqueue()
180 list_add_tail(&flow->flowchain, in fq_tin_enqueue()
241 list_for_each_entry(flow, &tin->new_flows, flowchain) in fq_tin_filter()
243 list_for_each_entry(flow, &tin->old_flows, flowchain) in fq_tin_filter()
256 if (!list_empty(&flow->flowchain)) in fq_flow_reset()
257 list_del_init(&flow->flowchain); in fq_flow_reset()
282 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_reset()
292 INIT_LIST_HEAD(&flow->flowchain); in fq_flow_init()