Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dudp.h248 unsigned int udp_poll(struct file *file, struct socket *sock, poll_table *wait);
/linux-4.1.27/net/ipv6/
Daf_inet6.c547 .poll = udp_poll, /* ok */
/linux-4.1.27/net/ipv4/
Dudp.c2233 unsigned int udp_poll(struct file *file, struct socket *sock, poll_table *wait) in udp_poll() function
2248 EXPORT_SYMBOL(udp_poll);
Daf_inet.c936 .poll = udp_poll,