Searched refs:tcp_poll (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ipv6/ |
| H A D | af_inet6.c | 669 .poll = tcp_poll, /* ok */
|
| /linux/net/tls/ |
| H A D | tls_main.c | 409 mask = tcp_poll(file, sock, wait); in tls_sk_poll()
|
| /linux/net/ipv4/ |
| H A D | af_inet.c | 1069 .poll = tcp_poll,
|
| H A D | tcp.c | 532 __poll_t tcp_poll(struct file *file, struct socket *sock, poll_table *wait) 637 EXPORT_SYMBOL(tcp_poll); in tcp_poll() 533 __poll_t tcp_poll(struct file *file, struct socket *sock, poll_table *wait) tcp_poll() function
|
| /linux/include/net/ |
| H A D | tcp.h | 499 __poll_t tcp_poll(struct file *file, struct socket *sock, 789 /* pairs with tcp_poll() */ in tcp_check_space()
|