Searched refs:unrel (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/bluetooth/
H A Dhci_bcsp.c63 struct sk_buff_head unrel; /* Unreliable packets queue */ member in struct:bcsp_struct
167 skb_queue_tail(&bcsp->unrel, skb);
294 if ((skb = skb_dequeue(&bcsp->unrel)) != NULL) {
300 skb_queue_head(&bcsp->unrel, skb);
414 skb_queue_head(&bcsp->unrel, nskb);
702 skb_queue_head_init(&bcsp->unrel);
725 skb_queue_purge(&bcsp->unrel);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/bluetooth/
H A Dhci_bcsp.c63 struct sk_buff_head unrel; /* Unreliable packets queue */ member in struct:bcsp_struct
167 skb_queue_tail(&bcsp->unrel, skb);
294 if ((skb = skb_dequeue(&bcsp->unrel)) != NULL) {
300 skb_queue_head(&bcsp->unrel, skb);
414 skb_queue_head(&bcsp->unrel, nskb);
702 skb_queue_head_init(&bcsp->unrel);
725 skb_queue_purge(&bcsp->unrel);

Completed in 60 milliseconds