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
286 vsock = vhost_vsock_get(le64_to_cpu(hdr->dst_cid), net); in vhost_transport_send_pkt()
313 vsock = vhost_vsock_get(vsk->remote_addr.svm_cid, in vhost_transport_cancel_pkt()
484 vsock = vhost_vsock_get(remote_cid, net); in vhost_transport_seqpacket_allow()
733 if (vhost_vsock_get(vsk->remote_addr.svm_cid, sock_net(sk))) { in vhost_vsock_reset_orphans()
809 other = vhost_vsock_get(guest_cid, vsock->net); in vhost_vsock_set_cid()