sent_cmd 373 include/net/bluetooth/hci_core.h struct sk_buff *sent_cmd; sent_cmd 1571 net/bluetooth/hci_core.c if (hdev->sent_cmd) { sent_cmd 1572 net/bluetooth/hci_core.c kfree_skb(hdev->sent_cmd); sent_cmd 1573 net/bluetooth/hci_core.c hdev->sent_cmd = NULL; sent_cmd 1758 net/bluetooth/hci_core.c if (hdev->sent_cmd) { sent_cmd 1760 net/bluetooth/hci_core.c kfree_skb(hdev->sent_cmd); sent_cmd 1761 net/bluetooth/hci_core.c hdev->sent_cmd = NULL; sent_cmd 2635 net/bluetooth/hci_core.c if (hdev->sent_cmd) { sent_cmd 2636 net/bluetooth/hci_core.c struct hci_command_hdr *sent = (void *) hdev->sent_cmd->data; sent_cmd 3675 net/bluetooth/hci_core.c if (!hdev->sent_cmd) sent_cmd 3678 net/bluetooth/hci_core.c hdr = (void *) hdev->sent_cmd->data; sent_cmd 3685 net/bluetooth/hci_core.c return hdev->sent_cmd->data + HCI_COMMAND_HDR_SIZE; sent_cmd 4368 net/bluetooth/hci_core.c if (!hdev->sent_cmd) sent_cmd 4371 net/bluetooth/hci_core.c sent = (void *) hdev->sent_cmd->data; sent_cmd 4376 net/bluetooth/hci_core.c skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); sent_cmd 4422 net/bluetooth/hci_core.c if (bt_cb(hdev->sent_cmd)->hci.req_flags & HCI_REQ_SKB) { sent_cmd 4423 net/bluetooth/hci_core.c *req_complete_skb = bt_cb(hdev->sent_cmd)->hci.req_complete_skb; sent_cmd 4427 net/bluetooth/hci_core.c if (bt_cb(hdev->sent_cmd)->hci.req_complete) { sent_cmd 4428 net/bluetooth/hci_core.c *req_complete = bt_cb(hdev->sent_cmd)->hci.req_complete; sent_cmd 4525 net/bluetooth/hci_core.c kfree_skb(hdev->sent_cmd); sent_cmd 4527 net/bluetooth/hci_core.c hdev->sent_cmd = skb_clone(skb, GFP_KERNEL); sent_cmd 4528 net/bluetooth/hci_core.c if (hdev->sent_cmd) { sent_cmd 3588 net/bluetooth/hci_event.c (hdev->sent_cmd && !bt_cb(hdev->sent_cmd)->hci.req_event)) sent_cmd 5836 net/bluetooth/hci_event.c if (hdev->sent_cmd && bt_cb(hdev->sent_cmd)->hci.req_event == event) { sent_cmd 5837 net/bluetooth/hci_event.c struct hci_command_hdr *cmd_hdr = (void *) hdev->sent_cmd->data;