Lines Matching refs:flowchain
108 flow = list_first_entry(head, struct fq_flow, flowchain);
112 list_move_tail(&flow->flowchain,
122 list_move_tail(&flow->flowchain, &tin->old_flows);
124 list_del_init(&flow->flowchain);
228 if (list_empty(&flow->flowchain)) {
230 list_add_tail(&flow->flowchain,
283 list_for_each_entry(flow, &tin->new_flows, flowchain)
285 list_for_each_entry(flow, &tin->old_flows, flowchain)
299 if (!list_empty(&flow->flowchain)) {
300 list_del_init(&flow->flowchain);
326 flow = list_first_entry(head, struct fq_flow, flowchain);
337 INIT_LIST_HEAD(&flow->flowchain);