Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
H A Dudp.h303 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait);
/kernel/linux/linux-6.6/include/net/
H A Dudp.h290 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait);
/kernel/linux/linux-5.10/net/ipv6/
H A Daf_inet6.c731 .poll = udp_poll, /* ok */
/kernel/linux/linux-6.6/net/ipv6/
H A Daf_inet6.c727 .poll = udp_poll, /* ok */
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp.c2821 * udp_poll - wait for a UDP event.
2833 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait) in udp_poll() function
2849 EXPORT_SYMBOL(udp_poll); variable
H A Daf_inet.c1080 .poll = udp_poll,
1100 * udp_poll
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp.c2843 * udp_poll - wait for a UDP event.
2855 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait) in udp_poll() function
2874 EXPORT_SYMBOL(udp_poll); variable
H A Daf_inet.c1094 .poll = udp_poll,
1115 * udp_poll

Completed in 19 milliseconds