Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dvirtio_vsock.h90 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk);
/Linux-v4.19/net/vmw_vsock/
Dvirtio_transport_common.c349 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk) in virtio_transport_stream_has_space() function
360 EXPORT_SYMBOL_GPL(virtio_transport_stream_has_space);
Dvirtio_transport.c519 .stream_has_space = virtio_transport_stream_has_space,
/Linux-v4.19/drivers/vhost/
Dvsock.c746 .stream_has_space = virtio_transport_stream_has_space,