Searched refs:udp_poll (Results 1 – 4 of 4) sorted by relevance
248 unsigned int udp_poll(struct file *file, struct socket *sock, poll_table *wait);
550 .poll = udp_poll, /* ok */
2248 unsigned int udp_poll(struct file *file, struct socket *sock, poll_table *wait) in udp_poll() function2263 EXPORT_SYMBOL(udp_poll);
937 .poll = udp_poll,