Home
last modified time | relevance | path

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

/Linux-v6.6/net/vmw_vsock/
Dvsock_loopback.c90 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,
Dvirtio_transport_common.c815 int virtio_transport_notify_send_pre_enqueue(struct vsock_sock *vsk, in virtio_transport_notify_send_pre_enqueue() function
820 EXPORT_SYMBOL_GPL(virtio_transport_notify_send_pre_enqueue);
Dvirtio_transport.c457 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,
/Linux-v6.6/include/linux/
Dvirtio_vsock.h210 int virtio_transport_notify_send_pre_enqueue(struct vsock_sock *vsk,
/Linux-v6.6/drivers/vhost/
Dvsock.c438 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,