Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dvirtio_vsock.h84 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk);
/kernel/linux/linux-5.10/net/vmw_vsock/
Dvsock_loopback.c87 .stream_has_space = virtio_transport_stream_has_space,
Dvirtio_transport_common.c446 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk) in virtio_transport_stream_has_space() function
457 EXPORT_SYMBOL_GPL(virtio_transport_stream_has_space);
Dvirtio_transport.c472 .stream_has_space = virtio_transport_stream_has_space,
/kernel/linux/linux-5.10/drivers/vhost/
Dvsock.c414 .stream_has_space = virtio_transport_stream_has_space,