Lines Matching defs:head
1339 static void ppp_nl_dellink(struct net_device *dev, struct list_head *head)
1341 unregister_netdevice_queue(dev, head);
2206 * at least 1 byte of head room and 1 byte of linear data. First byte of
2718 struct sk_buff *head, *tail;
2724 head = __skb_peek(list);
2767 head = p;
2776 (PPP_MP_CB(head)->BEbits & B)) {
2805 head = skb_peek(list);
2806 if (!head)
2816 if (PPP_MP_CB(head)->sequence != ppp->nextseq) {
2818 if (p == head)
2832 PPP_MP_CB(head)->sequence-1);
2837 skb = head;
2838 if (head != tail) {
2840 p = skb_queue_next(list, head);