Home
last modified time | relevance | path

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

/linux/include/net/
H A Dudp.h429 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait);
/linux/net/ipv6/
H A Daf_inet6.c721 .poll = udp_poll, /* ok */
/linux/net/ipv4/
H A Daf_inet.c1110 .poll = udp_poll,
H A Dudp.c3209 * udp_poll - wait for a UDP event.
3221 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait) in udp_poll() function
3240 EXPORT_IPV6_MOD(udp_poll);