Home
last modified time | relevance | path

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

/linux/include/net/
H A Daf_vsock.h137 s64 (*stream_has_space)(struct vsock_sock *); member
/linux/net/vmw_vsock/
H A Dhyperv_transport.c858 .stream_has_space = hvs_stream_has_space,
H A Dvirtio_transport.c571 .stream_has_space = virtio_transport_stream_has_space,
H A Dvmci_transport.c2061 .stream_has_space = vmci_transport_stream_has_space,
H A Daf_vsock.c1058 return vsk->transport->stream_has_space(vsk); in vsock_stream_has_space()
/linux/drivers/vhost/
H A Dvsock.c443 .stream_has_space = virtio_transport_stream_has_space,