Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H A Dvsock_loopback.c104 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,
H A Dvirtio_transport_common.c1033 int virtio_transport_notify_send_pre_enqueue(struct vsock_sock *vsk, in virtio_transport_notify_send_pre_enqueue() function
1038 EXPORT_SYMBOL_GPL(virtio_transport_notify_send_pre_enqueue);
H A Dvirtio_transport.c591 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,
/linux/include/linux/
H A Dvirtio_vsock.h252 int virtio_transport_notify_send_pre_enqueue(struct vsock_sock *vsk,
/linux/drivers/vhost/
H A Dvsock.c463 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,