Searched refs:req_skb (Results 1 – 4 of 4) sorted by relevance
152 struct sk_buff *req_skb, struct nlmsghdr *req_nlh) in mctp_addr_notify() argument154 u32 portid = NETLINK_CB(req_skb).portid; in mctp_addr_notify()
1466 if (hdev->req_skb) { in hci_cmd_timeout()1467 u16 opcode = hci_skb_opcode(hdev->req_skb); in hci_cmd_timeout()2774 kfree_skb(hdev->req_skb); in hci_release_dev()3171 data = hci_cmd_data(hdev->req_skb, opcode); in hci_sent_cmd_data()3988 skb = hdev->req_skb; in hci_req_cmd_complete()4122 kfree_skb(hdev->req_skb); in hci_send_cmd_sync()4123 hdev->req_skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_send_cmd_sync()
4327 if (ev->status || (hdev->req_skb && !hci_skb_event(hdev->req_skb))) { in hci_cmd_status_evt()7178 if (hdev->req_skb && in hci_le_meta_evt()7179 (hci_opcode_ogf(hci_skb_opcode(hdev->req_skb)) == 0x08 || in hci_le_meta_evt()7180 hci_skb_opcode(hdev->req_skb) == HCI_OP_NOP) && in hci_le_meta_evt()7181 hci_skb_event(hdev->req_skb) == ev->subevent) { in hci_le_meta_evt()7182 *opcode = hci_skb_opcode(hdev->req_skb); in hci_le_meta_evt()7549 if (hdev->req_skb && in hci_event_packet()7550 hci_opcode_ogf(hci_skb_opcode(hdev->req_skb)) != 0x08 && in hci_event_packet()7551 hci_skb_event(hdev->req_skb) == event) { in hci_event_packet()7552 hci_req_cmd_complete(hdev, hci_skb_opcode(hdev->req_skb), in hci_event_packet()
35 kfree_skb(hdev->req_skb); in hci_cmd_sync_complete()36 hdev->req_skb = NULL; in hci_cmd_sync_complete()5162 if (hdev->req_skb) { in hci_dev_open_sync()5163 kfree_skb(hdev->req_skb); in hci_dev_open_sync()5164 hdev->req_skb = NULL; in hci_dev_open_sync()5335 if (hdev->req_skb) { in hci_dev_close_sync()5336 kfree_skb(hdev->req_skb); in hci_dev_close_sync()5337 hdev->req_skb = NULL; in hci_dev_close_sync()
Completed in 1799 milliseconds