Home
last modified time | relevance | path

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

/Linux-v5.10/net/vmw_vsock/
Dvsock_loopback.c87 .stream_has_space = virtio_transport_stream_has_space,
Dhyperv_transport.c822 .stream_has_space = hvs_stream_has_space,
Dvirtio_transport.c467 .stream_has_space = virtio_transport_stream_has_space,
Dvmci_transport.c2035 .stream_has_space = vmci_transport_stream_has_space,
Daf_vsock.c831 return vsk->transport->stream_has_space(vsk); in vsock_stream_has_space()
/Linux-v5.10/include/net/
Daf_vsock.h133 s64 (*stream_has_space)(struct vsock_sock *); member
/Linux-v5.10/drivers/vhost/
Dvsock.c414 .stream_has_space = virtio_transport_stream_has_space,