Files
linux-st/include/linux
Eric Dumazet 7aa5470c2c 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>
2016-12-05 13:32:24 -05:00
..
2016-11-11 23:23:02 +01:00
2016-11-15 22:34:25 -05:00
2016-10-30 13:09:42 -04:00
2016-10-20 15:51:28 +11:00
2016-10-24 19:13:20 -07:00
2016-11-16 18:32:02 -05:00
2016-10-19 11:36:22 -06:00
2016-11-23 16:23:23 -06:00
2016-10-31 16:18:30 -04:00