Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dvmw_vmci_defs.h477 #define VMCI_MAX_DG_PAYLOAD_SIZE (VMCI_MAX_DG_SIZE - \ macro
/OK3568_Linux_fs/kernel/net/vmw_vsock/
H A Dvmci_transport.c1702 if (len > VMCI_MAX_DG_PAYLOAD_SIZE) in vmci_transport_dgram_enqueue()