commit | 295ff7edb8f72b77d524759266f7524deae379b3 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | Tue Aug 09 20:44:40 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 15:55:48 2005 -0700 |
tree | e16e99e324444fb01ae3dfd221b5d47a88acfeb8 | |
parent | 0b4e03bf0bc43ad6250a1e2fa25fc3eb2b028977 [diff] |
[TIMEWAIT]: Introduce inet_timewait_death_row That groups all of the tables and variables associated to the TCP timewait schedulling/recycling/killing code, that now can be isolated from the TCP specific code and used by other transport protocols, such as DCCP. Next changeset will move this code to net/ipv4/inet_timewait_sock.c Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>