Lines Matching refs:head
95 struct list_head *head;
101 head = &tin->new_flows;
102 if (list_empty(head)) {
103 head = &tin->old_flows;
104 if (list_empty(head))
108 flow = list_first_entry(head, struct fq_flow, flowchain);
120 if ((head == &tin->new_flows) &&
315 struct list_head *head;
319 head = &tin->new_flows;
320 if (list_empty(head)) {
321 head = &tin->old_flows;
322 if (list_empty(head))
326 flow = list_first_entry(head, struct fq_flow, flowchain);