Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H A Dvsock_loopback.c76 .stream_has_space = virtio_transport_stream_has_space,
H A Dvirtio_transport.c562 .stream_has_space = virtio_transport_stream_has_space,
H A Dvmci_transport.c2049 .stream_has_space = vmci_transport_stream_has_space,
H A Daf_vsock.c918 return vsk->transport->stream_has_space(vsk); in vsock_stream_has_space()
/linux/include/net/
H A Daf_vsock.h136 s64 (*stream_has_space)(struct vsock_sock *); member
/linux/drivers/vhost/
H A Dvsock.c429 .stream_has_space = virtio_transport_stream_has_space,