Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dudp.h290 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait);
/linux-6.6.21/net/ipv6/
Daf_inet6.c727 .poll = udp_poll, /* ok */
/linux-6.6.21/net/ipv4/
Dudp.c2855 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait) in udp_poll() function
2874 EXPORT_SYMBOL(udp_poll);
Daf_inet.c1094 .poll = udp_poll,