msg_rx_queue 119 include/net/nfc/hci.h struct sk_buff_head msg_rx_queue; msg_rx_queue 191 include/net/nfc/nci_core.h struct sk_buff_head msg_rx_queue; msg_rx_queue 136 net/nfc/hci/core.c while ((skb = skb_dequeue(&hdev->msg_rx_queue)) != NULL) { msg_rx_queue 916 net/nfc/hci/core.c skb_queue_tail(&hdev->msg_rx_queue, hcp_skb); msg_rx_queue 1024 net/nfc/hci/core.c skb_queue_head_init(&hdev->msg_rx_queue); msg_rx_queue 1057 net/nfc/hci/core.c skb_queue_purge(&hdev->msg_rx_queue); msg_rx_queue 417 net/nfc/nci/hci.c while ((skb = skb_dequeue(&hdev->msg_rx_queue)) != NULL) { msg_rx_queue 498 net/nfc/nci/hci.c skb_queue_tail(&ndev->hci_dev->msg_rx_queue, hcp_skb); msg_rx_queue 793 net/nfc/nci/hci.c skb_queue_head_init(&hdev->msg_rx_queue);