Home
last modified time | relevance | path

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

/Linux-v6.1/net/vmw_vsock/
Dvsock_loopback.c89 .stream_has_space = virtio_transport_stream_has_space,
Dhyperv_transport.c843 .stream_has_space = hvs_stream_has_space,
Dvirtio_transport.c475 .stream_has_space = virtio_transport_stream_has_space,
Dvmci_transport.c2032 .stream_has_space = vmci_transport_stream_has_space,
Daf_vsock.c881 return vsk->transport->stream_has_space(vsk); in vsock_stream_has_space()
/Linux-v6.1/include/net/
Daf_vsock.h135 s64 (*stream_has_space)(struct vsock_sock *); member
/Linux-v6.1/drivers/vhost/
Dvsock.c450 .stream_has_space = virtio_transport_stream_has_space,