Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_sock.c1772 skb_queue_tail(&hdev->raw_q, skb); in hci_sock_sendmsg()
1793 skb_queue_tail(&hdev->raw_q, skb); in hci_sock_sendmsg()
1817 skb_queue_tail(&hdev->raw_q, skb); in hci_sock_sendmsg()
Dhci_core.c2540 skb_queue_head_init(&hdev->raw_q); in hci_alloc_dev_priv()
3781 while ((skb = skb_dequeue(&hdev->raw_q))) in hci_tx_work()
Dhci_sync.c4863 skb_queue_purge(&hdev->raw_q); in hci_dev_close_sync()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h535 struct sk_buff_head raw_q; member