Searched refs:guest_cid (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/vhost/ |
| H A D | vsock.c | 62 u32 guest_cid; member 74 static struct vhost_vsock *vhost_vsock_get(u32 guest_cid, struct net *net) in vhost_vsock_get() argument 78 hash_for_each_possible_rcu(vhost_vsock_hash, vsock, hash, guest_cid, in vhost_vsock_get() 80 u32 other_cid = vsock->guest_cid; in vhost_vsock_get() 86 if (other_cid == guest_cid && in vhost_vsock_get() 552 if (le64_to_cpu(hdr->src_cid) == vsock->guest_cid && in vhost_vsock_handle_tx_kick() 692 vsock->guest_cid = 0; /* no CID assigned yet */ in vhost_vsock_dev_open() 758 if (vsock->guest_cid) in vhost_vsock_dev_release() 788 static int vhost_vsock_set_cid(struct vhost_vsock *vsock, u64 guest_cid) in vhost_vsock_set_cid() argument 793 if (guest_cid <= VMADDR_CID_HOST || in vhost_vsock_set_cid() [all …]
|
| /linux/net/vmw_vsock/ |
| H A D | virtio_transport.c | 58 u32 guest_cid; member 94 ret = vsock->guest_cid; in virtio_transport_get_local_cid() 253 if (le64_to_cpu(hdr->dst_cid) == vsock->guest_cid) { in virtio_transport_send_pkt() 428 __le64 guest_cid; in virtio_vsock_update_guest_cid() local 430 vdev->config->get(vdev, offsetof(struct virtio_vsock_config, guest_cid), in virtio_vsock_update_guest_cid() 431 &guest_cid, sizeof(guest_cid)); in virtio_vsock_update_guest_cid() 432 vsock->guest_cid = le64_to_cpu(guest_cid); in virtio_vsock_update_guest_cid()
|
| /linux/include/uapi/linux/ |
| H A D | virtio_vsock.h | 45 __le64 guest_cid; member
|