]> git.baikalelectronics.ru Git - kernel.git/commit
net: shrink struct sock and request_sock by 8 bytes
authorEric Dumazet <edumazet@google.com>
Fri, 9 Oct 2015 02:33:23 +0000 (19:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Oct 2015 02:28:22 +0000 (19:28 -0700)
commit11c94b2d0eeb1f53cfb6135c423d1a3cba170086
treee8020f7b24c958497a92b38fbf0dd89e99b8261e
parentba840e25d83ab83fd0d499e81d0bc6647143e2b3
net: shrink struct sock and request_sock by 8 bytes

One 32bit hole is following skc_refcnt, use it.
skc_incoming_cpu can also be an union for request_sock rcv_wnd.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/request_sock.h
include/net/sock.h
net/ipv4/syncookies.c
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_minisocks.c
net/ipv4/tcp_output.c
net/ipv6/syncookies.c
net/ipv6/tcp_ipv6.c