Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dudp.h290 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait);
/openbmc/linux/net/ipv6/
H A Daf_inet6.c727 .poll = udp_poll, /* ok */
/openbmc/linux/net/ipv4/
H A Dudp.c2877 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait) in udp_poll() function
2896 EXPORT_SYMBOL(udp_poll);
H A Daf_inet.c1096 .poll = udp_poll,