Home
last modified time | relevance | path

Searched refs:VMCI_MAX_DG_PAYLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dvmw_vmci_defs.h539 #define VMCI_MAX_DG_PAYLOAD_SIZE (VMCI_MAX_DG_SIZE - \ macro
/openbmc/linux/net/vmw_vsock/
H A Dvmci_transport.c1703 if (len > VMCI_MAX_DG_PAYLOAD_SIZE) in vmci_transport_dgram_enqueue()