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