Searched refs:VMADDR_CID_HOST (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Dvm_sockets.h127 #define VMADDR_CID_HOST 2 macro
145 * host and comes from the guest (local CID and remote CID > VMADDR_CID_HOST).
/linux-master/net/vmw_vsock/
H A Dhyperv_transport.c115 * or VMADDR_CID_HOST (both are equivalent) as the remote cid, and when we
340 VMADDR_CID_HOST, VMADDR_PORT_ANY);
738 if (cid == VMADDR_CID_HOST)
H A Daf_vsock.c413 return remote_cid == VMADDR_CID_HOST;
433 * - remote CID == VMADDR_CID_LOCAL or g2h->local_cid or VMADDR_CID_HOST if
435 * - remote CID <= VMADDR_CID_HOST or h2g is not loaded or remote flags field
437 * - remote CID > VMADDR_CID_HOST will use host->guest transport;
448 * than VMADDR_CID_HOST, then a vsock channel where all the packets are
455 if (psk && vsk->local_addr.svm_cid > VMADDR_CID_HOST &&
456 vsk->remote_addr.svm_cid > VMADDR_CID_HOST)
469 else if (remote_cid <= VMADDR_CID_HOST || !transport_h2g ||
524 if (transport_h2g && cid == VMADDR_CID_HOST)
2392 * guest CID instead of well-know host CID (VMADDR_CID_HOST)
[all...]
H A Dvmci_transport.c823 if (vsk->local_addr.svm_cid == VMADDR_CID_HOST ||
/linux-master/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.c1312 * VMADDR_CID_HOST = 2
1317 enclave_start_info.enclave_cid <= VMADDR_CID_HOST) {
/linux-master/drivers/vhost/
H A Dvsock.c762 if (guest_cid <= VMADDR_CID_HOST ||

Completed in 135 milliseconds