Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dvirtio_vsock.h132 bool virtio_transport_dgram_allow(u32 cid, u32 port);
/Linux-v4.19/net/vmw_vsock/
Dvirtio_transport_common.c574 bool virtio_transport_dgram_allow(u32 cid, u32 port) in virtio_transport_dgram_allow() function
578 EXPORT_SYMBOL_GPL(virtio_transport_dgram_allow);
Dvirtio_transport.c514 .dgram_allow = virtio_transport_dgram_allow,
/Linux-v4.19/drivers/vhost/
Dvsock.c741 .dgram_allow = virtio_transport_dgram_allow,