Home
last modified time | relevance | path

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

/net/vmw_vsock/
Dvirtio_transport.c65 u32 guest_cid; member
81 ret = vsock->guest_cid; in virtio_transport_get_local_cid()
180 if (le64_to_cpu(pkt->hdr.dst_cid) == vsock->guest_cid) { in virtio_transport_send_pkt()
380 __le64 guest_cid; in virtio_vsock_update_guest_cid() local
382 vdev->config->get(vdev, offsetof(struct virtio_vsock_config, guest_cid), in virtio_vsock_update_guest_cid()
383 &guest_cid, sizeof(guest_cid)); in virtio_vsock_update_guest_cid()
384 vsock->guest_cid = le64_to_cpu(guest_cid); in virtio_vsock_update_guest_cid()