Searched refs:vhost_vsock (Results 1 – 3 of 3) sorted by relevance
46 struct vhost_vsock { struct70 static struct vhost_vsock *vhost_vsock_get(u32 guest_cid) in vhost_vsock_get() argument72 struct vhost_vsock *vsock; in vhost_vsock_get()90 vhost_transport_do_send_pkt(struct vhost_vsock *vsock, in vhost_transport_do_send_pkt()263 struct vhost_vsock *vsock; in vhost_transport_send_pkt_work()265 vsock = container_of(work, struct vhost_vsock, send_pkt_work); in vhost_transport_send_pkt_work()275 struct vhost_vsock *vsock; in vhost_transport_send_pkt()301 struct vhost_vsock *vsock; in vhost_transport_cancel_pkt()390 static bool vhost_vsock_more_replies(struct vhost_vsock *vsock) in vhost_vsock_more_replies()464 struct vhost_vsock *vsock; in vhost_transport_seqpacket_allow()[all …]
8 obj-$(CONFIG_VHOST_VSOCK) += vhost_vsock.o9 vhost_vsock-y := vsock.o
67 vhost_vsock.