Home
last modified time | relevance | path

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

/linux/include/net/
H A Daf_vsock.h138 bool (*stream_is_active)(struct vsock_sock *); member
/linux/net/vmw_vsock/
H A Dhyperv_transport.c857 .stream_is_active = hvs_stream_is_active,
H A Dvmci_transport.c2051 .stream_is_active = vmci_transport_stream_is_active,
H A Daf_vsock.c1187 if (transport && transport->stream_is_active(vsk) && in vsock_poll()
/linux/drivers/vhost/
H A Dvsock.c435 .stream_is_active = virtio_transport_stream_is_active,