Home
last modified time | relevance | path

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

/linux/tools/testing/vsock/
H A Dmsg_zerocopy_common.h7 #ifndef SOL_VSOCK
8 #define SOL_VSOCK 287 macro
H A Dmsg_zerocopy_common.c40 if (cm->cmsg_level != SOL_VSOCK) { in vsock_recv_completion()
/linux/include/uapi/linux/
H A Dvm_sockets.h207 #define SOL_VSOCK 287 macro
/linux/Documentation/translations/zh_CN/networking/
H A Dmsg_zerocopy.rst156 IPV6_RECVERR。对于 VSOCK 套接字,cmsg_level 为 SOL_VSOCK,cmsg_type 为 VSOCK_RECVERR。
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h403 #define SOL_VSOCK 287 macro
/linux/Documentation/networking/
H A Dmsg_zerocopy.rst179 For VSOCK socket, cmsg_level will be SOL_VSOCK and cmsg_type will be
/linux/net/vmw_vsock/
H A Daf_vsock.c2524 return sock_recv_errqueue(sk, msg, len, SOL_VSOCK, VSOCK_RECVERR); in __vsock_connectible_recvmsg()