Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Daf_vsock.h118 s64 (*stream_has_space)(struct vsock_sock *); member
/Linux-v5.4/net/vmw_vsock/
Dhyperv_transport.c893 .stream_has_space = hvs_stream_has_space,
Dvirtio_transport.c562 .stream_has_space = virtio_transport_stream_has_space,
Daf_vsock.c713 return transport->stream_has_space(vsk); in vsock_stream_has_space()
Dvmci_transport.c2091 .stream_has_space = vmci_transport_stream_has_space,
/Linux-v5.4/drivers/vhost/
Dvsock.c808 .stream_has_space = virtio_transport_stream_has_space,