Searched refs:guest_cid (Results 1 – 3 of 3) sorted by relevance
58 u32 guest_cid; member75 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 …]
64 u32 guest_cid; member91 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() local427 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()
45 __le64 guest_cid; member