Home
last modified time | relevance | path

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

/openbmc/linux/net/vmw_vsock/
H A Dvsock_loopback.c74 .stream_is_active = virtio_transport_stream_is_active,
H A Dvirtio_transport_common.c844 bool virtio_transport_stream_is_active(struct vsock_sock *vsk) in virtio_transport_stream_is_active() function
848 EXPORT_SYMBOL_GPL(virtio_transport_stream_is_active);
H A Dvirtio_transport.c442 .stream_is_active = virtio_transport_stream_is_active,
/openbmc/linux/include/linux/
H A Dvirtio_vsock.h217 bool virtio_transport_stream_is_active(struct vsock_sock *vsk);
/openbmc/linux/drivers/vhost/
H A Dvsock.c422 .stream_is_active = virtio_transport_stream_is_active,