Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dvirtio_vsock.h93 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk);
/Linux-v6.1/net/vmw_vsock/
Dvsock_loopback.c89 .stream_has_space = virtio_transport_stream_has_space,
Dvirtio_transport_common.c575 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk) in virtio_transport_stream_has_space() function
586 EXPORT_SYMBOL_GPL(virtio_transport_stream_has_space);
Dvirtio_transport.c475 .stream_has_space = virtio_transport_stream_has_space,
/Linux-v6.1/drivers/vhost/
Dvsock.c450 .stream_has_space = virtio_transport_stream_has_space,