commit | 81b496b31a4331415b6a644b485a329ec0b45155 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Oct 02 11:43:33 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 03 04:32:42 2015 -0700 |
tree | 0412d4d8c3d58625f838ad3fb6f7f044bfd9fcc4 | |
parent | 079096f103faca2dd87342cca6f23d4b34da8871 [diff] |
tcp/dccp: shrink struct listen_sock We no longer use hash_rnd, nr_table_entries and syn_table[] For a listener with a backlog of 10 millions sockets, this saves 80 MBytes of vmalloced memory. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>