Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H A Dvsock_loopback.c96 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,
H A Dvirtio_transport_common.c1018 int virtio_transport_notify_send_pre_enqueue(struct vsock_sock *vsk, in virtio_transport_notify_send_pre_enqueue() function
1023 EXPORT_SYMBOL_GPL(virtio_transport_notify_send_pre_enqueue);
/linux/include/linux/
H A Dvirtio_vsock.h251 int virtio_transport_notify_send_pre_enqueue(struct vsock_sock *vsk,
/linux/drivers/vhost/
H A Dvsock.c450 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,