Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dvirtio_vsock.h133 bool virtio_transport_dgram_allow(u32 cid, u32 port);
/Linux-v5.4/net/vmw_vsock/
Dvirtio_transport_common.c610 bool virtio_transport_dgram_allow(u32 cid, u32 port) in virtio_transport_dgram_allow() function
614 EXPORT_SYMBOL_GPL(virtio_transport_dgram_allow);
Dvirtio_transport.c557 .dgram_allow = virtio_transport_dgram_allow,
/Linux-v5.4/drivers/vhost/
Dvsock.c803 .dgram_allow = virtio_transport_dgram_allow,