Home | History | Annotate | Download | only in linux

Lines Matching full:__skb_dequeue

696  *	__skb_dequeue - remove from the head of the queue
704 static inline struct sk_buff *__skb_dequeue(struct sk_buff_head *list)
1085 while ((skb = __skb_dequeue(list)) != NULL)