Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H A Dvsock_loopback.c78 .stream_is_active = virtio_transport_stream_is_active,
H A Dvirtio_transport_common.c1031 bool virtio_transport_stream_is_active(struct vsock_sock *vsk) in virtio_transport_stream_is_active() function
1035 EXPORT_SYMBOL_GPL(virtio_transport_stream_is_active);
H A Dvirtio_transport.c564 .stream_is_active = virtio_transport_stream_is_active,
/linux/include/linux/
H A Dvirtio_vsock.h233 bool virtio_transport_stream_is_active(struct vsock_sock *vsk);
/linux/drivers/vhost/
H A Dvsock.c431 .stream_is_active = virtio_transport_stream_is_active,