Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_sock.c1157 skb_queue_tail(&hdev->raw_q, skb); in hci_sock_sendmsg()
1173 skb_queue_tail(&hdev->raw_q, skb); in hci_sock_sendmsg()
1190 skb_queue_tail(&hdev->raw_q, skb); in hci_sock_sendmsg()
Dhci_core.c1641 skb_queue_purge(&hdev->raw_q); in hci_dev_do_close()
3077 skb_queue_head_init(&hdev->raw_q); in hci_alloc_dev()
3990 while ((skb = skb_dequeue(&hdev->raw_q))) in hci_tx_work()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h325 struct sk_buff_head raw_q; member