]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commite5cbc4fcb795740f240d088d5a736e87dedbe80e
treea2a66381d2351610c81362bf218e743f6ccf56ef
parent844d48117c83806125b1dd5cb9bc20fb654ca8bd
[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