Lines Matching refs:head
41 * @head: first packet in the flow
50 struct sk_buff *head;
121 if (!flow->head)
122 flow->head = skb;
228 struct sk_buff *skb = flow->head;
230 flow->head = skb->next;
240 struct list_head *head;
244 head = &q->new_flows;
245 if (list_empty(head)) {
246 head = &q->old_flows;
247 if (list_empty(head))
251 flow = list_first_entry(head, struct fq_pie_flow, flowchain);
259 if (flow->head) {
269 if (head == &q->new_flows && !list_empty(&q->old_flows))
534 rtnl_kfree_skbs(flow->head, flow->tail);
535 flow->head = NULL;