Home
last modified time | relevance | path

Searched refs:stream_is_active (Results 1 – 7 of 7) 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.c442 .stream_is_active = virtio_transport_stream_is_active,
H A Dhyperv_transport.c846 .stream_is_active = hvs_stream_is_active,
H A Dvmci_transport.c2051 .stream_is_active = vmci_transport_stream_is_active,
H A Daf_vsock.c1081 if (transport && transport->stream_is_active(vsk) && in vsock_poll()
/openbmc/linux/include/net/
H A Daf_vsock.h138 bool (*stream_is_active)(struct vsock_sock *); member
/openbmc/linux/drivers/vhost/
H A Dvsock.c422 .stream_is_active = virtio_transport_stream_is_active,