Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_sock.c1868 skb_queue_tail(&hdev->raw_q, skb); in hci_sock_sendmsg()
1889 skb_queue_tail(&hdev->raw_q, skb); in hci_sock_sendmsg()
1913 skb_queue_tail(&hdev->raw_q, skb); in hci_sock_sendmsg()
H A Dhci_core.c2529 skb_queue_head_init(&hdev->raw_q); in hci_alloc_dev_priv()
3725 while ((skb = skb_dequeue(&hdev->raw_q))) in hci_tx_work()
H A Dhci_sync.c5248 skb_queue_purge(&hdev->raw_q); in hci_dev_close_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h510 struct sk_buff_head raw_q; member