]> git.ipfire.org Git - thirdparty/linux.git/commit
tcp: move tcp_clean_acked to tcp_sock_read_tx group
authorEric Dumazet <edumazet@google.com>
Fri, 19 Sep 2025 20:48:54 +0000 (20:48 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 23 Sep 2025 00:55:25 +0000 (17:55 -0700)
commita105ea47a4e855d24ebf65f1c5fb907162e7b8cf
tree6c7f979659c59e1b46b4f70ff17d1e7e90c0e2e1
parent969904dcd77dbb0a773d66cddaa59eccc6415d03
tcp: move tcp_clean_acked to tcp_sock_read_tx group

tp->tcp_clean_acked is fetched in tx path when snd_una is updated.

This field thus belongs to tcp_sock_read_tx group.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250919204856.2977245-7-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