Lines Matching +full:reserved +full:- +full:endpoints
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
5 * Copyright (C) 2007-2013 VMware, Inc. All rights reserved.
47 /* Option name for socket peer's host-specific VM ID. Use as the option name
48 * in getsockopt(3) to get a host-specific identifier for the peer endpoint's
50 * Only available for hypervisor endpoints.
69 /* Option name for using non-blocking send/receive. Use as the option name
70 * for setsockopt(3) or getsockopt(3) to set or get the non-blocking
72 * send() and recv() can be called in non-blocking contexts for the given
75 * This option is only relevant to kernel endpoints, where descheduling the
77 * It is not to be confused with conventional non-blocking socket operations.
79 * Only available for hypervisor endpoints.
99 #define VMADDR_CID_ANY -1U
105 #define VMADDR_PORT_ANY -1U
132 * if no host->guest vsock transport is set.
151 #define VM_SOCKETS_INVALID_VERSION -1U
184 unsigned char svm_zero[sizeof(struct sockaddr) -
185 sizeof(sa_family_t) -
186 sizeof(unsigned short) -
187 sizeof(unsigned int) -
188 sizeof(unsigned int) -