Files
linux/include/net
Eric Dumazet 9303c3ced1 net: move sk->sk_err_soft and sk->sk_sndbuf
sk->sk_sndbuf is read-mostly in tx path, so move it from
sock_write_tx group to more appropriate sock_read_tx.

sk->sk_err_soft was not identified previously, but
is used from tcp_ack().

Move it to sock_write_tx group for better cache locality.

Also change tcp_ack() to clear sk->sk_err_soft only if needed.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250919204856.2977245-3-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-09-22 17:55:24 -07:00
..
2024-12-09 14:44:59 -08:00
2025-09-02 15:52:24 -07:00
2025-01-20 12:16:04 -08:00
2025-04-24 17:03:45 -07:00
2025-07-08 18:05:25 -07:00
2025-07-07 16:55:54 -07:00
2025-03-24 10:26:53 +00:00
2025-08-29 19:36:31 -07:00
2024-11-13 18:49:50 -08:00
2025-08-26 17:34:31 -07:00
2025-09-03 15:16:49 -07:00
2025-09-22 11:38:43 -07:00
2025-09-22 11:38:43 -07:00
2025-08-26 17:34:31 -07:00
2025-09-08 18:06:21 -07:00
2024-12-06 17:43:08 -08:00
2025-04-15 08:21:46 -07:00
2025-09-01 13:15:14 -07:00
2025-09-18 12:32:06 +02:00
2025-06-27 15:34:19 -07:00
2025-09-03 15:08:20 -07:00
2025-04-11 18:58:10 -07:00
2025-07-04 09:32:35 +02:00
2025-04-11 18:58:10 -07:00
2025-09-08 18:06:21 -07:00
2025-07-11 11:00:57 -07:00