Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dudp.h303 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait);
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daf_inet6.c706 .poll = udp_poll, /* ok */
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp.c2812 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait) in udp_poll() function
2828 EXPORT_SYMBOL(udp_poll);
H A Daf_inet.c1065 .poll = udp_poll,