Home
last modified time | relevance | path

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

/linux/include/net/
H A Daf_vsock.h136 s64 (*stream_has_space)(struct vsock_sock *); member
/linux/net/vmw_vsock/
H A Dhyperv_transport.c855 .stream_has_space = hvs_stream_has_space,
H A Dvmci_transport.c2049 .stream_has_space = vmci_transport_stream_has_space,
H A Daf_vsock.c953 return vsk->transport->stream_has_space(vsk); in vsock_stream_has_space()
/linux/drivers/vhost/
H A Dvsock.c433 .stream_has_space = virtio_transport_stream_has_space,