Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/vhost/
H A Dvsock.c70 static struct vhost_vsock *vhost_vsock_get(u32 guest_cid) in vhost_vsock_get() function
277 vsock = vhost_vsock_get(le64_to_cpu(hdr->dst_cid)); in vhost_transport_send_pkt()
304 vsock = vhost_vsock_get(vsk->remote_addr.svm_cid); in vhost_transport_cancel_pkt()
455 vsock = vhost_vsock_get(remote_cid); in vhost_transport_seqpacket_allow()
696 if (vhost_vsock_get(vsk->remote_addr.svm_cid)) in vhost_vsock_reset_orphans()
767 other = vhost_vsock_get(guest_cid); in vhost_vsock_set_cid()
/kernel/linux/linux-5.10/drivers/vhost/
H A Dvsock.c64 static struct vhost_vsock *vhost_vsock_get(u32 guest_cid) in vhost_vsock_get() function
254 vsock = vhost_vsock_get(le64_to_cpu(pkt->hdr.dst_cid)); in vhost_transport_send_pkt()
286 vsock = vhost_vsock_get(vsk->remote_addr.svm_cid); in vhost_transport_cancel_pkt()
670 if (vhost_vsock_get(vsk->remote_addr.svm_cid)) in vhost_vsock_reset_orphans()
750 other = vhost_vsock_get(guest_cid); in vhost_vsock_set_cid()

Completed in 3 milliseconds