Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_strp.c395 if (likely(qshort && !tcp_epollin_ready(strp->sk, INT_MAX))) in tls_strp_read_copy()
/linux/include/net/
H A Dtcp.h1627 static inline bool tcp_epollin_ready(const struct sock *sk, int target) in tcp_epollin_ready() function
/linux/net/ipv4/
H A Dtcp.c499 if (tcp_epollin_ready(sk, target)) in tcp_stream_is_readable()
H A Dtcp_input.c5231 if (tcp_epollin_ready(sk, sk->sk_rcvlowat) || sock_flag(sk, SOCK_DONE)) in tcp_data_ready()