Home
last modified time | relevance | path

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

/linux-6.12.1/net/vmw_vsock/
Dvsock_loopback.c78 .stream_is_active = virtio_transport_stream_is_active,
Dhyperv_transport.c846 .stream_is_active = hvs_stream_is_active,
Dvirtio_transport.c564 .stream_is_active = virtio_transport_stream_is_active,
Dvmci_transport.c2051 .stream_is_active = vmci_transport_stream_is_active,
Daf_vsock.c1085 if (transport && transport->stream_is_active(vsk) && in vsock_poll()
/linux-6.12.1/include/net/
Daf_vsock.h138 bool (*stream_is_active)(struct vsock_sock *); member
/linux-6.12.1/drivers/vhost/
Dvsock.c431 .stream_is_active = virtio_transport_stream_is_active,