Home
last modified time | relevance | path

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

/Linux-v6.6/net/vmw_vsock/
Dvsock_loopback.c72 .stream_has_space = virtio_transport_stream_has_space,
Dvirtio_transport_common.c687 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk) in virtio_transport_stream_has_space() function
698 EXPORT_SYMBOL_GPL(virtio_transport_stream_has_space);
Dvirtio_transport.c439 .stream_has_space = virtio_transport_stream_has_space,
/Linux-v6.6/include/linux/
Dvirtio_vsock.h183 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk);
/Linux-v6.6/drivers/vhost/
Dvsock.c420 .stream_has_space = virtio_transport_stream_has_space,