Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dvirtio_vsock.h118 bool virtio_transport_stream_allow(u32 cid, u32 port);
/kernel/linux/linux-5.10/net/vmw_vsock/
Dvsock_loopback.c90 .stream_allow = virtio_transport_stream_allow,
Dvirtio_transport_common.c604 bool virtio_transport_stream_allow(u32 cid, u32 port) in virtio_transport_stream_allow() function
608 EXPORT_SYMBOL_GPL(virtio_transport_stream_allow);
Dvirtio_transport.c475 .stream_allow = virtio_transport_stream_allow,
/kernel/linux/linux-5.10/drivers/vhost/
Dvsock.c417 .stream_allow = virtio_transport_stream_allow,