]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: shrink tcp_timewait_sock by 8 bytes
authorEric Dumazet <edumazet@google.com>
Fri, 9 Oct 2015 02:33:24 +0000 (19:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Oct 2015 02:28:24 +0000 (19:28 -0700)
commit20a5ed4d7f4985d7893837881481f22011eab635
treebe81e7d131616b46257c3d2006a4cfd45b94e490
parent11c94b2d0eeb1f53cfb6135c423d1a3cba170086
tcp: shrink tcp_timewait_sock by 8 bytes

Reducing tcp_timewait_sock from 280 bytes to 272 bytes
allows SLAB to pack 15 objects per page instead of 14 (on x86)

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/tcp.h
include/net/sock.h