Home
last modified time | relevance | path

Searched refs:__skb_dequeue_tail (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/bluetooth/
Dhci_bcsp.c715 while ((skb = __skb_dequeue_tail(&bcsp->unack)) != NULL) { in bcsp_timed_event()
Dhci_h5.c178 while ((skb = __skb_dequeue_tail(&h5->unack)) != NULL) { in h5_timed_event()
/linux-4.19.296/include/linux/
Dskbuff.h1949 static inline struct sk_buff *__skb_dequeue_tail(struct sk_buff_head *list) in __skb_dequeue_tail() function