Home
last modified time | relevance | path

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

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