Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bluetooth/
Dhci_sock.c409 skb_queue_tail(&hdev->raw_q, skb); in hci_sock_sendmsg()
421 skb_queue_tail(&hdev->raw_q, skb); in hci_sock_sendmsg()
Dhci_core.c561 skb_queue_purge(&hdev->raw_q); in hci_dev_do_close()
830 skb_queue_head_init(&hdev->raw_q); in hci_register_dev()
1236 while ((skb = skb_dequeue(&hdev->raw_q))) in hci_tx_task()
/linux-2.4.37.9/include/net/bluetooth/
Dhci_core.h96 struct sk_buff_head raw_q; member