Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvsock.c74 static struct vhost_vsock *vhost_vsock_get(u32 guest_cid, struct net *net) in vhost_vsock_get() function
101 found = !!vhost_vsock_get(cid, net); in vhost_transport_has_remote_cid()
298 vsock = vhost_vsock_get(le64_to_cpu(hdr->dst_cid), net); in vhost_transport_send_pkt()
341 vsock = vhost_vsock_get(vsk->remote_addr.svm_cid, in vhost_transport_cancel_pkt()
513 vsock = vhost_vsock_get(remote_cid, net); in vhost_transport_seqpacket_allow()
762 if (vhost_vsock_get(vsk->remote_addr.svm_cid, sock_net(sk))) { in vhost_vsock_reset_orphans()
838 other = vhost_vsock_get(guest_cid, vsock->net); in vhost_vsock_set_cid()