Home
last modified time | relevance | path

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

/linux-6.12.1/net/vmw_vsock/
Dvsock_loopback.c76 .stream_has_space = virtio_transport_stream_has_space,
Dvirtio_transport_common.c883 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk) in virtio_transport_stream_has_space() function
894 EXPORT_SYMBOL_GPL(virtio_transport_stream_has_space);
Dvirtio_transport.c562 .stream_has_space = virtio_transport_stream_has_space,
/linux-6.12.1/include/linux/
Dvirtio_vsock.h194 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk);
/linux-6.12.1/drivers/vhost/
Dvsock.c429 .stream_has_space = virtio_transport_stream_has_space,