Home
last modified time | relevance | path

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

/linux-6.15/net/vmw_vsock/
H A Dvsock_loopback.c70 .dgram_enqueue = virtio_transport_dgram_enqueue,
H A Dvirtio_transport.c556 .dgram_enqueue = virtio_transport_dgram_enqueue,
H A Dvirtio_transport_common.c1086 virtio_transport_dgram_enqueue(struct vsock_sock *vsk, in virtio_transport_dgram_enqueue() function
1093 EXPORT_SYMBOL_GPL(virtio_transport_dgram_enqueue);
/linux-6.15/include/linux/
H A Dvirtio_vsock.h250 virtio_transport_dgram_enqueue(struct vsock_sock *vsk,
/linux-6.15/drivers/vhost/
H A Dvsock.c421 .dgram_enqueue = virtio_transport_dgram_enqueue,