Lines Matching refs:vhost_vsock
32 struct vhost_vsock { struct
53 static struct vhost_vsock *__vhost_vsock_get(u32 guest_cid) in __vhost_vsock_get() argument
55 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()
331 static bool vhost_vsock_more_replies(struct vhost_vsock *vsock) in vhost_vsock_more_replies()
346 struct vhost_vsock *vsock = container_of(vq->dev, struct vhost_vsock, in vhost_vsock_handle_tx_kick()
416 struct vhost_vsock *vsock = container_of(vq->dev, struct vhost_vsock, in vhost_vsock_handle_rx_kick()
422 static int vhost_vsock_start(struct vhost_vsock *vsock) in vhost_vsock_start()
473 static int vhost_vsock_stop(struct vhost_vsock *vsock) in vhost_vsock_stop()
497 static void vhost_vsock_free(struct vhost_vsock *vsock) in vhost_vsock_free()
505 struct vhost_vsock *vsock; in vhost_vsock_dev_open()
547 static void vhost_vsock_flush(struct vhost_vsock *vsock) in vhost_vsock_flush()
577 struct vhost_vsock *vsock = file->private_data; in vhost_vsock_dev_release()
608 static int vhost_vsock_set_cid(struct vhost_vsock *vsock, u64 guest_cid) in vhost_vsock_set_cid()
610 struct vhost_vsock *other; in vhost_vsock_set_cid()
634 static int vhost_vsock_set_features(struct vhost_vsock *vsock, u64 features) in vhost_vsock_set_features()
662 struct vhost_vsock *vsock = f->private_data; in vhost_vsock_dev_ioctl()