Home
last modified time | relevance | path

Searched refs:notify_send_pre_enqueue (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/vmw_vsock/
H A Dvsock_loopback.c90 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,
H A Dvirtio_transport.c458 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,
H A Dhyperv_transport.c857 .notify_send_pre_enqueue = hvs_notify_send_pre_enqueue,
H A Dvmci_transport.c2061 .notify_send_pre_enqueue = vmci_transport_notify_send_pre_enqueue,
H A Daf_vsock.c1887 err = transport->notify_send_pre_enqueue(vsk, &send_data); in vsock_connectible_sendmsg()
/openbmc/linux/include/net/
H A Daf_vsock.h164 int (*notify_send_pre_enqueue)(struct vsock_sock *, member
/openbmc/linux/drivers/vhost/
H A Dvsock.c438 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,