Home
last modified time | relevance | path

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

/Linux-v6.6/net/vmw_vsock/
Dvsock_loopback.c75 .stream_allow = virtio_transport_stream_allow,
Dvirtio_transport_common.c841 bool virtio_transport_stream_allow(u32 cid, u32 port) in virtio_transport_stream_allow() function
845 EXPORT_SYMBOL_GPL(virtio_transport_stream_allow);
Dvirtio_transport.c442 .stream_allow = virtio_transport_stream_allow,
/Linux-v6.6/include/linux/
Dvirtio_vsock.h218 bool virtio_transport_stream_allow(u32 cid, u32 port);
/Linux-v6.6/drivers/vhost/
Dvsock.c423 .stream_allow = virtio_transport_stream_allow,