Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dudp.h290 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait);
/Linux-v6.6/net/ipv6/
Daf_inet6.c723 .poll = udp_poll, /* ok */
/Linux-v6.6/net/ipv4/
Dudp.c2852 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait) in udp_poll() function
2871 EXPORT_SYMBOL(udp_poll);
Daf_inet.c1090 .poll = udp_poll,