Searched refs:guest_cid (Results 1 – 3 of 3) sorted by relevance
45 u32 guest_cid; member53 static struct vhost_vsock *__vhost_vsock_get(u32 guest_cid) in __vhost_vsock_get() argument58 u32 other_cid = vsock->guest_cid; in __vhost_vsock_get()64 if (other_cid == guest_cid) in __vhost_vsock_get()72 static struct vhost_vsock *vhost_vsock_get(u32 guest_cid) in vhost_vsock_get() argument77 vsock = __vhost_vsock_get(guest_cid); in vhost_vsock_get()395 if (le64_to_cpu(pkt->hdr.src_cid) == vsock->guest_cid) in vhost_vsock_handle_tx_kick()521 vsock->guest_cid = 0; /* no CID assigned yet */ in vhost_vsock_dev_open()608 static int vhost_vsock_set_cid(struct vhost_vsock *vsock, u64 guest_cid) in vhost_vsock_set_cid() argument613 if (guest_cid <= VMADDR_CID_HOST || in vhost_vsock_set_cid()[all …]
66 u32 guest_cid; member78 return vsock->guest_cid; in virtio_transport_get_local_cid()204 if (le64_to_cpu(pkt->hdr.dst_cid) == vsock->guest_cid) in virtio_transport_send_pkt()426 __le64 guest_cid; in virtio_vsock_update_guest_cid() local428 vdev->config->get(vdev, offsetof(struct virtio_vsock_config, guest_cid), in virtio_vsock_update_guest_cid()429 &guest_cid, sizeof(guest_cid)); in virtio_vsock_update_guest_cid()430 vsock->guest_cid = le64_to_cpu(guest_cid); in virtio_vsock_update_guest_cid()
42 __le64 guest_cid; member