[TWSK]: Introduce struct timewait_sock_ops
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Wed, 14 Dec 2005 07:25:19 +0000 (23:25 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 3 Jan 2006 21:10:54 +0000 (13:10 -0800)
commit6d6ee43e0b8b8d4847627fd43739b98ec2b9404f
treea2a66381d2351610c81362bf218e743f6ccf56ef
parentfc44b9805324c0ad2733ea2feea9935cc056709d
[TWSK]: Introduce struct timewait_sock_ops

So that we can share several timewait sockets related functions and
make the timewait mini sockets infrastructure closer to the request
mini sockets one.

Next changesets will take advantage of this, moving more code out of
TCP and DCCP v4 and v6 to common infrastructure.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ipv6.h
include/net/inet_timewait_sock.h
include/net/sock.h
include/net/tcp.h
include/net/timewait_sock.h [new file with mode: 0644]
net/core/sock.c
net/dccp/ipv4.c
net/dccp/ipv6.c
net/ipv4/inet_timewait_sock.c
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c