Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dvirtio_vsock.h128 bool virtio_transport_stream_allow(u32 cid, u32 port);
/Linux-v6.1/net/vmw_vsock/
Dvsock_loopback.c92 .stream_allow = virtio_transport_stream_allow,
Dvirtio_transport_common.c729 bool virtio_transport_stream_allow(u32 cid, u32 port) in virtio_transport_stream_allow() function
733 EXPORT_SYMBOL_GPL(virtio_transport_stream_allow);
Dvirtio_transport.c478 .stream_allow = virtio_transport_stream_allow,
/Linux-v6.1/drivers/vhost/
Dvsock.c453 .stream_allow = virtio_transport_stream_allow,