Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
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()
Dhci_core.c1822 skb_queue_purge(&hdev->raw_q); in hci_dev_do_close()
3871 skb_queue_head_init(&hdev->raw_q); in hci_alloc_dev_priv()
4918 while ((skb = skb_dequeue(&hdev->raw_q))) in hci_tx_work()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h489 struct sk_buff_head raw_q; member