Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dudp.h248 unsigned int udp_poll(struct file *file, struct socket *sock, poll_table *wait);
/linux-4.4.14/net/ipv6/
Daf_inet6.c550 .poll = udp_poll, /* ok */
/linux-4.4.14/net/ipv4/
Dudp.c2248 unsigned int udp_poll(struct file *file, struct socket *sock, poll_table *wait) in udp_poll() function
2263 EXPORT_SYMBOL(udp_poll);
Daf_inet.c937 .poll = udp_poll,