Home
last modified time | relevance | path

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

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