Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dudp.h291 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait);
/linux-6.12.1/net/ipv6/
Daf_inet6.c730 .poll = udp_poll, /* ok */
/linux-6.12.1/net/ipv4/
Dudp.c2894 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait) in udp_poll() function
2913 EXPORT_SYMBOL(udp_poll);
Daf_inet.c1098 .poll = udp_poll,