commit | 05dc72aba364d374a27de567fac58c199ff5ee97 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Feb 12 15:22:14 2021 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 12 17:28:26 2021 -0800 |
tree | 22d94eb4e97e02482f4528a7590f112f819a10ac | |
parent | f969dc5a885736842c3511ecdea240fbb02d25d9 [diff] |
tcp: factorize logic into tcp_epollin_ready() Both tcp_data_ready() and tcp_stream_is_readable() share the same logic. Add tcp_epollin_ready() helper to avoid duplication. Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Arjun Roy <arjunroy@google.com> Cc: Wei Wang <weiwan@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>