diff options
author | Eric Dumazet <[email protected]> | 2019-12-12 12:55:30 -0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2019-12-13 21:58:40 -0800 |
commit | ee2aabd3fc2eef4c1a0ebdadccc76fbff74b94fc (patch) | |
tree | ff49c797d50165533687b248d7531010a9b24339 /lib/debugobjects.c | |
parent | 1f85e6267caca44b30c54711652b0726fadbb131 (diff) |
tcp: refine tcp_write_queue_empty() implementation
Due to how tcp_sendmsg() is implemented, we can have an empty
skb at the tail of the write queue.
Most [1] tcp_write_queue_empty() callers want to know if there is
anything to send (payload and/or FIN)
Instead of checking if the sk_write_queue is empty, we need
to test if tp->write_seq == tp->snd_nxt
[1] tcp_send_fin() was the only caller that expected to
see if an skb was in the write queue, I have changed the code
to reuse the tcp_write_queue_tail() result.
Signed-off-by: Eric Dumazet <[email protected]>
Cc: Neal Cardwell <[email protected]>
Acked-by: Soheil Hassas Yeganeh <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions