]> git.hungrycats.org Git - linux/commit
tcp: move tp->delivered and tp->delivered_ce to tcp_sock_write_tx group
authorEric Dumazet <edumazet@google.com>
Thu, 30 Apr 2026 10:00:17 +0000 (10:00 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 2 May 2026 00:22:44 +0000 (17:22 -0700)
commit9f810527a343fd72671fe7661ebb3694396f45ed
tree3f8a5ab6e5f7c451eddcbb9ec3dc0665cf500052
parentc301658dfe08880a6a864fe192ca5967994c2e54
tcp: move tp->delivered and tp->delivered_ce to tcp_sock_write_tx group

These counters are changed whenever sent data is acknowleged.

They do not belong to tcp_sock_write_txrx group, because TCP receivers
do not touch them.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20260430100021.211139-2-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