Home
last modified time | relevance | path

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

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