Lines Matching defs:head
1228 static void ppp_nl_dellink(struct net_device *dev, struct list_head *head)
1230 unregister_netdevice_queue(dev, head);
2073 * at least 1 byte of head room and 1 byte of linear data. First byte of
2547 struct sk_buff *head, *tail;
2553 head = __skb_peek(list);
2596 head = p;
2605 (PPP_MP_CB(head)->BEbits & B)) {
2634 head = skb_peek(list);
2635 if (!head)
2645 if (PPP_MP_CB(head)->sequence != ppp->nextseq) {
2647 if (p == head)
2661 PPP_MP_CB(head)->sequence-1);
2666 skb = head;
2667 if (head != tail) {
2669 p = skb_queue_next(list, head);