Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Daf_vsock.h126 s64 (*stream_has_space)(struct vsock_sock *); member
/Linux-v4.19/net/vmw_vsock/
Dhyperv_transport.c824 .stream_has_space = hvs_stream_has_space,
Dvirtio_transport.c519 .stream_has_space = virtio_transport_stream_has_space,
Daf_vsock.c732 return transport->stream_has_space(vsk); in vsock_stream_has_space()
Dvmci_transport.c2062 .stream_has_space = vmci_transport_stream_has_space,
/Linux-v4.19/drivers/vhost/
Dvsock.c746 .stream_has_space = virtio_transport_stream_has_space,