Searched refs:vhost_vsock_set_guest_cid (Results 1 – 3 of 3) sorted by relevance
33 static int vhost_vsock_set_guest_cid(VirtIODevice *vdev) in vhost_vsock_set_guest_cid() function40 if (!vhost_ops->vhost_vsock_set_guest_cid) { in vhost_vsock_set_guest_cid()44 ret = vhost_ops->vhost_vsock_set_guest_cid(&vvc->vhost_dev, in vhost_vsock_set_guest_cid()181 ret = vhost_vsock_set_guest_cid(vdev); in vhost_vsock_device_realize()
349 .vhost_vsock_set_guest_cid = vhost_kernel_vsock_set_guest_cid,
198 vhost_vsock_set_guest_cid_op vhost_vsock_set_guest_cid; member