Lines Matching refs:virtio_vsock
25 static struct virtio_vsock __rcu *the_virtio_vsock;
28 struct virtio_vsock { struct
70 struct virtio_vsock *vsock; in virtio_transport_get_local_cid() argument
89 struct virtio_vsock *vsock = in virtio_transport_send_pkt_work()
90 container_of(work, struct virtio_vsock, send_pkt_work); in virtio_transport_send_pkt_work()
168 struct virtio_vsock *vsock; in virtio_transport_send_pkt()
202 struct virtio_vsock *vsock; in virtio_transport_cancel_pkt()
246 static void virtio_vsock_rx_fill(struct virtio_vsock *vsock) in virtio_vsock_rx_fill()
289 struct virtio_vsock *vsock = in virtio_transport_tx_work()
290 container_of(work, struct virtio_vsock, tx_work); in virtio_transport_tx_work()
319 static bool virtio_transport_more_replies(struct virtio_vsock *vsock) in virtio_transport_more_replies()
331 static int virtio_vsock_event_fill_one(struct virtio_vsock *vsock, in virtio_vsock_event_fill_one()
345 static void virtio_vsock_event_fill(struct virtio_vsock *vsock) in virtio_vsock_event_fill()
370 static void virtio_vsock_update_guest_cid(struct virtio_vsock *vsock) in virtio_vsock_update_guest_cid()
381 static void virtio_vsock_event_handle(struct virtio_vsock *vsock, in virtio_vsock_event_handle()
394 struct virtio_vsock *vsock = in virtio_transport_event_work()
395 container_of(work, struct virtio_vsock, event_work); in virtio_transport_event_work()
425 struct virtio_vsock *vsock = vq->vdev->priv; in virtio_vsock_event_done()
434 struct virtio_vsock *vsock = vq->vdev->priv; in virtio_vsock_tx_done()
443 struct virtio_vsock *vsock = vq->vdev->priv; in virtio_vsock_rx_done()
501 struct virtio_vsock *vsock; in virtio_transport_seqpacket_allow()
516 struct virtio_vsock *vsock = in virtio_transport_rx_work()
517 container_of(work, struct virtio_vsock, rx_work); in virtio_transport_rx_work()
579 struct virtio_vsock *vsock = NULL; in virtio_vsock_probe()
655 struct virtio_vsock *vsock = vdev->priv; in virtio_vsock_remove()