Home
last modified time | relevance | path

Searched refs:guest_cid (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/vhost/
H A Dvsock.c58 u32 guest_cid; member
75 u32 other_cid = vsock->guest_cid; in vhost_vsock_get()
81 if (other_cid == guest_cid) in vhost_vsock_get()
731 if (vsock->guest_cid) in vhost_vsock_dev_release()
766 guest_cid == U32_MAX) in vhost_vsock_set_cid()
770 if (guest_cid > U32_MAX) in vhost_vsock_set_cid()
776 if (vsock_find_cid(guest_cid)) in vhost_vsock_set_cid()
787 if (vsock->guest_cid) in vhost_vsock_set_cid()
790 vsock->guest_cid = guest_cid; in vhost_vsock_set_cid()
837 u64 guest_cid; in vhost_vsock_dev_ioctl() local
[all …]
/linux-6.15/net/vmw_vsock/
H A Dvirtio_transport.c64 u32 guest_cid; member
91 ret = vsock->guest_cid; in virtio_transport_get_local_cid()
250 if (le64_to_cpu(hdr->dst_cid) == vsock->guest_cid) { in virtio_transport_send_pkt()
425 __le64 guest_cid; in virtio_vsock_update_guest_cid() local
427 vdev->config->get(vdev, offsetof(struct virtio_vsock_config, guest_cid), in virtio_vsock_update_guest_cid()
428 &guest_cid, sizeof(guest_cid)); in virtio_vsock_update_guest_cid()
429 vsock->guest_cid = le64_to_cpu(guest_cid); in virtio_vsock_update_guest_cid()
/linux-6.15/include/uapi/linux/
H A Dvirtio_vsock.h45 __le64 guest_cid; member