tcp_poll
__poll_t tcp_poll(struct file *file, struct socket *sock,
.poll = tcp_poll,
EXPORT_SYMBOL(tcp_poll);
.poll = tcp_poll, /* ok */
mask = tcp_poll(file, sock, wait);