commit | ed53d0ab761f5c71d77c8dc05fd19c0a851200db | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Oct 08 19:33:23 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 12 19:28:22 2015 -0700 |
tree | e8020f7b24c958497a92b38fbf0dd89e99b8261e | |
parent | 8e5eb54d303b7cb1174977ca79030e135728c95e [diff] |
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>