]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: cleanup tcp_remove_empty_skb() use
authorEric Dumazet <edumazet@google.com>
Wed, 27 Oct 2021 20:19:18 +0000 (13:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Oct 2021 11:44:38 +0000 (12:44 +0100)
commit34c161c62df5bd1a6b207dc8e7445b0081d42db2
tree267ae3ab21c96c03ec52384c399cb3187c3742c1
parent279b8a694645440a93c54c60b41987dcffd14d8e
tcp: cleanup tcp_remove_empty_skb() use

All tcp_remove_empty_skb() callers now use tcp_write_queue_tail()
for the skb argument, we can therefore factorize code.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp.c
net/mptcp/protocol.c