Home
last modified time | relevance | path

Searched refs:virtio_transport_stream_is_active (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Dvirtio_vsock.h127 bool virtio_transport_stream_is_active(struct vsock_sock *vsk);
/Linux-v5.15/net/vmw_vsock/
Dvsock_loopback.c91 .stream_is_active = virtio_transport_stream_is_active,
Dvirtio_transport_common.c726 bool virtio_transport_stream_is_active(struct vsock_sock *vsk) in virtio_transport_stream_is_active() function
730 EXPORT_SYMBOL_GPL(virtio_transport_stream_is_active);
Dvirtio_transport.c475 .stream_is_active = virtio_transport_stream_is_active,
/Linux-v5.15/drivers/vhost/
Dvsock.c452 .stream_is_active = virtio_transport_stream_is_active,