Home
last modified time | relevance | path

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

/linux-6.15/net/vmw_vsock/
H A Dvsock_loopback.c79 .stream_allow = virtio_transport_stream_allow,
H A Dvirtio_transport.c565 .stream_allow = virtio_transport_stream_allow,
H A Dvirtio_transport_common.c1040 bool virtio_transport_stream_allow(u32 cid, u32 port) in virtio_transport_stream_allow() function
1044 EXPORT_SYMBOL_GPL(virtio_transport_stream_allow);
/linux-6.15/include/linux/
H A Dvirtio_vsock.h234 bool virtio_transport_stream_allow(u32 cid, u32 port);
/linux-6.15/drivers/vhost/
H A Dvsock.c432 .stream_allow = virtio_transport_stream_allow,