Home
last modified time | relevance | path

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

/openbmc/linux/net/vmw_vsock/
H A Dvsock_loopback.c72 .stream_has_space = virtio_transport_stream_has_space,
H A Dhyperv_transport.c843 .stream_has_space = hvs_stream_has_space,
H A Dvirtio_transport.c440 .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.c886 return vsk->transport->stream_has_space(vsk); in vsock_stream_has_space()
/openbmc/linux/include/net/
H A Daf_vsock.h136 s64 (*stream_has_space)(struct vsock_sock *); member
/openbmc/linux/drivers/vhost/
H A Dvsock.c420 .stream_has_space = virtio_transport_stream_has_space,