Searched refs:vhost_vsock_get (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/vhost/
H A Dvsock.c70 static struct vhost_vsock *vhost_vsock_get(u32 guest_cid) function
281 vsock = vhost_vsock_get(le64_to_cpu(hdr->dst_cid));
308 vsock = vhost_vsock_get(vsk->remote_addr.svm_cid);
466 vsock = vhost_vsock_get(remote_cid);
707 if (vhost_vsock_get(vsk->remote_addr.svm_cid))
778 other = vhost_vsock_get(guest_cid);

Completed in 112 milliseconds