Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dvsock_domain.c56 static uint32_t vsock_sendspace = VSOCK_MAX_PACKET_SIZE * 8; variable
828 &vsock_sendspace, 0, "Maximum outgoing vsock datagram size");
845 errno_t error = soreserve(so, vsock_sendspace, vsock_recvspace); in vsock_attach()