Home
last modified time | relevance | path

Searched refs:virtio_transport_stream_has_space (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/
Dvirtio_vsock.h91 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk);
/Linux-v5.4/net/vmw_vsock/
Dvirtio_transport_common.c382 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk) in virtio_transport_stream_has_space() function
393 EXPORT_SYMBOL_GPL(virtio_transport_stream_has_space);
Dvirtio_transport.c562 .stream_has_space = virtio_transport_stream_has_space,
/Linux-v5.4/drivers/vhost/
Dvsock.c808 .stream_has_space = virtio_transport_stream_has_space,