Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dvmw_vmci_defs.h474 #define VMCI_MAX_DG_PAYLOAD_SIZE (VMCI_MAX_DG_SIZE - \ macro
/Linux-v4.19/net/vmw_vsock/
Dvmci_transport.c1689 if (len > VMCI_MAX_DG_PAYLOAD_SIZE) in vmci_transport_dgram_enqueue()