Home
last modified time | relevance | path

Searched refs:tcp_poll (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv6/
H A Daf_inet6.c669 .poll = tcp_poll, /* ok */
/linux/net/tls/
H A Dtls_main.c409 mask = tcp_poll(file, sock, wait); in tls_sk_poll()
/linux/net/ipv4/
H A Daf_inet.c1069 .poll = tcp_poll,
H A Dtcp.c532 __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 Dtcp.h499 __poll_t tcp_poll(struct file *file, struct socket *sock,
789 /* pairs with tcp_poll() */ in tcp_check_space()