Searched refs:udp_poll (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | udp.h | 303 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | udp.h | 290 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | af_inet6.c | 731 .poll = udp_poll, /* ok */
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | af_inet6.c | 727 .poll = udp_poll, /* ok */
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp.c | 2821 * 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 D | af_inet.c | 1080 .poll = udp_poll, 1100 * udp_poll
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp.c | 2843 * 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 D | af_inet.c | 1094 .poll = udp_poll, 1115 * udp_poll
|
Completed in 19 milliseconds