Searched refs:detach_msg (Results 1 – 1 of 1) sorted by relevance
1073 struct vmci_qp_detach_msg detach_msg; in qp_detatch_hypercall() local1075 detach_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_detatch_hypercall()1077 detach_msg.hdr.src = VMCI_ANON_SRC_HANDLE; in qp_detatch_hypercall()1078 detach_msg.hdr.payload_size = sizeof(handle); in qp_detatch_hypercall()1079 detach_msg.handle = handle; in qp_detatch_hypercall()1081 return vmci_send_datagram(&detach_msg.hdr); in qp_detatch_hypercall()