Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_core.c2523 skb_queue_head_init(&hdev->raw_q); in hci_alloc_dev_priv()
3790 while ((skb = skb_dequeue(&hdev->raw_q))) in hci_tx_work()
H A Dhci_sync.c5622 skb_queue_purge(&hdev->raw_q); in hci_dev_close_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h523 struct sk_buff_head raw_q; member