Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dvirtio_vsock.h129 bool virtio_transport_stream_allow(u32 cid, u32 port);
/Linux-v4.19/net/vmw_vsock/
Dvirtio_transport_common.c561 bool virtio_transport_stream_allow(u32 cid, u32 port) in virtio_transport_stream_allow() function
565 EXPORT_SYMBOL_GPL(virtio_transport_stream_allow);
Dvirtio_transport.c522 .stream_allow = virtio_transport_stream_allow,
/Linux-v4.19/drivers/vhost/
Dvsock.c749 .stream_allow = virtio_transport_stream_allow,