Home
last modified time | relevance | path

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

/linux/include/net/
H A Daf_vsock.h137 s64 (*stream_has_space)(struct vsock_sock *); member
/linux/net/vmw_vsock/
H A Dhyperv_transport.c879 .stream_has_space = hvs_stream_has_space, in hvs_check_transport()
H A Dvirtio_transport.c578 .stream_has_space = virtio_transport_stream_has_space,
H A Dvmci_transport.c2061 .stream_has_space = vmci_transport_stream_has_space,
H A Daf_vsock.c1072 return vsk->transport->stream_has_space(vsk); in vsock_stream_has_space()