Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dvmw_vmci_defs.h479 #define VMCI_DG_PAYLOAD(_dg) (void *)((char *)(_dg) + \ macro
/Linux-v5.10/drivers/misc/vmw_vmci/
Dvmci_guest.c181 msg = (struct vmci_resource_query_msg *)VMCI_DG_PAYLOAD(check_msg); in vmci_check_host_caps()
/Linux-v5.10/net/vmw_vsock/
Dvmci_transport.c1714 memcpy_from_msg(VMCI_DG_PAYLOAD(dg), msg, len); in vmci_transport_dgram_enqueue()