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

/linux-master/include/net/
H A Dudp.h290 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait);
/linux-master/net/ipv6/
H A Daf_inet6.c729 .poll = udp_poll, /* ok */
/linux-master/net/ipv4/
H A Daf_inet.c1096 .poll = udp_poll,
1117 * udp_poll
H A Dudp.c2878 * udp_poll - wait for a UDP event.
2890 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait) function
2909 EXPORT_SYMBOL(udp_poll); variable

Completed in 256 milliseconds