Home
last modified time | relevance | path

Searched refs:stream_has_space (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/net/vmw_vsock/
Dvsock_loopback.c89 .stream_has_space = virtio_transport_stream_has_space,
Dhyperv_transport.c818 .stream_has_space = hvs_stream_has_space,
Dvirtio_transport.c473 .stream_has_space = virtio_transport_stream_has_space,
Dvmci_transport.c2032 .stream_has_space = vmci_transport_stream_has_space,
Daf_vsock.c875 return vsk->transport->stream_has_space(vsk); in vsock_stream_has_space()
/Linux-v5.15/include/net/
Daf_vsock.h133 s64 (*stream_has_space)(struct vsock_sock *); member
/Linux-v5.15/drivers/vhost/
Dvsock.c450 .stream_has_space = virtio_transport_stream_has_space,