Files
Eric Dumazet 8e704bfe5e BACKPORT: tcp: tsq: move tsq_flags close to sk_wmem_alloc
tsq_flags being in the same cache line than sk_wmem_alloc
makes a lot of sense. Both fields are changed from tcp_wfree()
and more generally by various TSQ related functions.

Prior patch made room in struct sock and added sk_tsq_flags,
this patch deletes tsq_flags from struct tcp_sock.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
[kras: Fix conflicts for minimum backport to 4.9]
Signed-off-by: Albert I <kras@raphielgang.org>
Signed-off-by: Rapherion Rollerscaperers <rapherion@raphielgang.org>
2024-08-13 23:15:29 +05:30
..
2020-05-20 11:46:34 +02:00
2020-11-24 14:48:21 +01:00
2020-06-11 09:41:53 +02:00
2021-03-03 18:08:08 +01:00
2020-03-11 08:16:28 +01:00
2021-05-22 10:53:37 +02:00
2022-03-28 08:52:22 +02:00
2022-02-09 08:12:15 +01:00
2022-01-11 15:21:18 +01:00
2021-06-03 08:23:32 +02:00
2022-08-25 12:09:51 +02:00
2020-11-22 10:31:19 +01:00
2024-08-13 23:11:51 +05:30