Home
last modified time | relevance | path

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

/linux/include/net/
H A Daf_vsock.h152 int (*notify_poll_out)(struct vsock_sock *, size_t, bool *); member
/linux/net/vmw_vsock/
H A Dhyperv_transport.c885 .notify_poll_out = hvs_notify_poll_out, in hvs_probe()
H A Dvirtio_transport.c591 .notify_poll_out = virtio_transport_notify_poll_out,
H A Dvmci_transport.c2066 .notify_poll_out = vmci_transport_notify_poll_out,
H A Daf_vsock.c1334 int ret = transport->notify_poll_out( in vsock_poll()