Searched refs:vhost_vsock (Results 1 – 3 of 3) sorted by relevance
46 struct vhost_vsock { struct71 static struct vhost_vsock *vhost_vsock_get(u32 guest_cid) in vhost_vsock_get() argument73 struct vhost_vsock *vsock; in vhost_vsock_get()91 vhost_transport_do_send_pkt(struct vhost_vsock *vsock, in vhost_transport_do_send_pkt()272 struct vhost_vsock *vsock; in vhost_transport_send_pkt_work()274 vsock = container_of(work, struct vhost_vsock, send_pkt_work); in vhost_transport_send_pkt_work()283 struct vhost_vsock *vsock; in vhost_transport_send_pkt()312 struct vhost_vsock *vsock; in vhost_transport_cancel_pkt()416 static bool vhost_vsock_more_replies(struct vhost_vsock *vsock) in vhost_vsock_more_replies()479 struct vhost_vsock *vsock; in vhost_transport_seqpacket_allow()[all …]
8 obj-$(CONFIG_VHOST_VSOCK) += vhost_vsock.o9 vhost_vsock-y := vsock.o
62 vhost_vsock.