Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H A Dvirtio_transport.c58 u32 guest_cid; member
94 ret = vsock->guest_cid; in virtio_transport_get_local_cid()
253 if (le64_to_cpu(hdr->dst_cid) == vsock->guest_cid) { in virtio_transport_send_pkt()
428 __le64 guest_cid; in virtio_vsock_update_guest_cid() local
430 vdev->config->get(vdev, offsetof(struct virtio_vsock_config, guest_cid), in virtio_vsock_update_guest_cid()
431 &guest_cid, sizeof(guest_cid)); in virtio_vsock_update_guest_cid()
432 vsock->guest_cid = le64_to_cpu(guest_cid); in virtio_vsock_update_guest_cid()
/linux/include/uapi/linux/
H A Dvirtio_vsock.h45 __le64 guest_cid; member