Home
last modified time | relevance | path

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

/net/vmw_vsock/
Dvirtio_transport.c64 u32 guest_cid; member
80 ret = vsock->guest_cid; in virtio_transport_get_local_cid()
173 if (le64_to_cpu(hdr->dst_cid) == vsock->guest_cid) { in virtio_transport_send_pkt()
339 __le64 guest_cid; in virtio_vsock_update_guest_cid() local
341 vdev->config->get(vdev, offsetof(struct virtio_vsock_config, guest_cid), in virtio_vsock_update_guest_cid()
342 &guest_cid, sizeof(guest_cid)); in virtio_vsock_update_guest_cid()
343 vsock->guest_cid = le64_to_cpu(guest_cid); in virtio_vsock_update_guest_cid()