Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_sock.c1800 skb_queue_tail(&hdev->raw_q, skb); in hci_sock_sendmsg()
1821 skb_queue_tail(&hdev->raw_q, skb); in hci_sock_sendmsg()
1845 skb_queue_tail(&hdev->raw_q, skb); in hci_sock_sendmsg()
H A Dhci_core.c1811 skb_queue_purge(&hdev->raw_q); in hci_dev_do_close()
3684 skb_queue_head_init(&hdev->raw_q); in hci_alloc_dev()
4740 while ((skb = skb_dequeue(&hdev->raw_q))) in hci_tx_work()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h464 struct sk_buff_head raw_q; member