Lines Matching refs:head
66 struct sk_buff *head;
342 struct list_head head;
688 void dev_deactivate_many(struct list_head *head);
994 qh->head = skb;
1009 skb->next = qh->head;
1011 if (!qh->head)
1013 qh->head = skb;
1019 struct sk_buff *skb = qh->head;
1022 qh->head = skb->next;
1024 if (qh->head == NULL)
1084 return qh->head;
1162 rtnl_kfree_skbs(qh->head, qh->tail);
1164 qh->head = NULL;