Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H A Dvsock_loopback.c79 .stream_allow = virtio_transport_stream_allow,
H A Dvirtio_transport_common.c1046 bool virtio_transport_stream_allow(u32 cid, u32 port) in virtio_transport_stream_allow() function
1050 EXPORT_SYMBOL_GPL(virtio_transport_stream_allow);
H A Dvirtio_transport.c565 .stream_allow = virtio_transport_stream_allow,
/linux/include/linux/
H A Dvirtio_vsock.h259 bool virtio_transport_stream_allow(u32 cid, u32 port);
/linux/drivers/vhost/
H A Dvsock.c433 .stream_allow = virtio_transport_stream_allow,