Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/vsock/
Dmsg_zerocopy_common.h7 #ifndef SOL_VSOCK
8 #define SOL_VSOCK 287 macro
Dmsg_zerocopy_common.c50 if (cm->cmsg_level != SOL_VSOCK) { in vsock_recv_completion()
/linux-6.12.1/include/uapi/linux/
Dvm_sockets.h203 #define SOL_VSOCK 287 macro
/linux-6.12.1/tools/perf/trace/beauty/include/linux/
Dsocket.h388 #define SOL_VSOCK 287 macro
/linux-6.12.1/include/linux/
Dsocket.h388 #define SOL_VSOCK 287 macro
/linux-6.12.1/Documentation/networking/
Dmsg_zerocopy.rst179 For VSOCK socket, cmsg_level will be SOL_VSOCK and cmsg_type will be
/linux-6.12.1/net/vmw_vsock/
Daf_vsock.c2246 return sock_recv_errqueue(sk, msg, len, SOL_VSOCK, VSOCK_RECVERR); in __vsock_connectible_recvmsg()