Lines Matching defs:first
71 struct sk_buff *head; /* list of skbs for this flow : first skb */
92 struct fq_flow *first;
164 if (head->first)
167 head->first = flow;
455 * Try first if our cached value, to avoid ktime_get_ns()
549 if (!head->first) {
551 if (!head->first) {
559 f = head->first;
563 head->first = f->next;
574 head->first = f->next;
586 head->first = f->next;
588 if ((head == &q->new_flows) && q->old_flows.first) {
689 q->new_flows.first = NULL;
690 q->old_flows.first = NULL;
941 q->new_flows.first = NULL;
942 q->old_flows.first = NULL;