Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dvirtio_vsock.h130 bool virtio_transport_stream_allow(u32 cid, u32 port);
/Linux-v5.4/net/vmw_vsock/
Dvirtio_transport_common.c597 bool virtio_transport_stream_allow(u32 cid, u32 port) in virtio_transport_stream_allow() function
601 EXPORT_SYMBOL_GPL(virtio_transport_stream_allow);
Dvirtio_transport.c565 .stream_allow = virtio_transport_stream_allow,
/Linux-v5.4/drivers/vhost/
Dvsock.c811 .stream_allow = virtio_transport_stream_allow,