Lines Matching refs:flowchain
81 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_dequeue()
85 list_move_tail(&flow->flowchain, in fq_tin_dequeue()
95 list_move_tail(&flow->flowchain, &tin->old_flows); in fq_tin_dequeue()
97 list_del_init(&flow->flowchain); in fq_tin_dequeue()
177 if (list_empty(&flow->flowchain)) { in fq_tin_enqueue()
179 list_add_tail(&flow->flowchain, in fq_tin_enqueue()
240 list_for_each_entry(flow, &tin->new_flows, flowchain) in fq_tin_filter()
242 list_for_each_entry(flow, &tin->old_flows, flowchain) in fq_tin_filter()
255 if (!list_empty(&flow->flowchain)) in fq_flow_reset()
256 list_del_init(&flow->flowchain); in fq_flow_reset()
281 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_reset()
291 INIT_LIST_HEAD(&flow->flowchain); in fq_flow_init()