Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vhost/
Dvsock.c71 static struct vhost_vsock *vhost_vsock_get(u32 guest_cid) in vhost_vsock_get() function
289 vsock = vhost_vsock_get(le64_to_cpu(pkt->hdr.dst_cid)); in vhost_transport_send_pkt()
321 vsock = vhost_vsock_get(vsk->remote_addr.svm_cid); in vhost_transport_cancel_pkt()
483 vsock = vhost_vsock_get(remote_cid); in vhost_transport_seqpacket_allow()
721 if (vhost_vsock_get(vsk->remote_addr.svm_cid)) in vhost_vsock_reset_orphans()
801 other = vhost_vsock_get(guest_cid); in vhost_vsock_set_cid()