Home
last modified time | relevance | path

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

/linux/include/net/
H A Daf_vsock.h151 int (*notify_poll_in)(struct vsock_sock *, size_t, bool *); member
/linux/net/vmw_vsock/
H A Dhyperv_transport.c884 .notify_poll_in = hvs_notify_poll_in, in hvs_probe()
H A Dvirtio_transport.c590 .notify_poll_in = virtio_transport_notify_poll_in,
H A Dvmci_transport.c2065 .notify_poll_in = vmci_transport_notify_poll_in,
H A Daf_vsock.c1310 int ret = transport->notify_poll_in( in vsock_poll()