Searched refs:vhost_vsock (Results 1 – 3 of 3) sorted by relevance
32 struct vhost_vsock { struct53 static struct vhost_vsock *__vhost_vsock_get(u32 guest_cid) in __vhost_vsock_get() argument55 struct vhost_vsock *vsock; in __vhost_vsock_get()72 static struct vhost_vsock *vhost_vsock_get(u32 guest_cid) in vhost_vsock_get()74 struct vhost_vsock *vsock; in vhost_vsock_get()84 vhost_transport_do_send_pkt(struct vhost_vsock *vsock, in vhost_transport_do_send_pkt()199 struct vhost_vsock *vsock; in vhost_transport_send_pkt_work()201 vsock = container_of(work, struct vhost_vsock, send_pkt_work); in vhost_transport_send_pkt_work()210 struct vhost_vsock *vsock; in vhost_transport_send_pkt()234 struct vhost_vsock *vsock; in vhost_transport_cancel_pkt()[all …]
8 obj-$(CONFIG_VHOST_VSOCK) += vhost_vsock.o9 vhost_vsock-y := vsock.o
34 vhost_vsock.