]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_us to...
authorEric Dumazet <edumazet@google.com>
Thu, 30 Apr 2026 10:00:21 +0000 (10:00 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 2 May 2026 00:22:45 +0000 (17:22 -0700)
commitaffe6c27651a359cf69c15b33b86e4d3f226010e
tree4cad3325156b4ac5239e1e1cb6d8614663647a38
parentdd033ec406b4d9eade3e0fd998ec9bfa50db42ba
tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_us to tcp_sock_write_tx group

These fields are used in TX path.

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