]> git.ipfire.org Git - thirdparty/linux.git/commit
tcp: move tp->bytes_acked to tcp_sock_write_tx group
authorEric Dumazet <edumazet@google.com>
Thu, 30 Apr 2026 10:00:20 +0000 (10:00 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 2 May 2026 00:22:45 +0000 (17:22 -0700)
commitdd033ec406b4d9eade3e0fd998ec9bfa50db42ba
tree21d7ab675310224ca55d0a58c00eca3416e4b344
parent07db42c4b3eb60a21645ad88211b69933eab0a03
tcp: move tp->bytes_acked to tcp_sock_write_tx group

tp->bytes_acked is touched in TX path only.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20260430100021.211139-5-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/net_cachelines/tcp_sock.rst
include/linux/tcp.h
net/ipv4/tcp.c