[IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_add
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Wed, 14 Dec 2005 07:15:24 +0000 (23:15 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 3 Jan 2006 21:10:36 +0000 (13:10 -0800)
commit8129765ac07c2455c927051e3a8b048b619b56ee
tree4773c8e3079ccca63d490935419eaaf35e9b1459
parentc2977c2213993bff51911f4117281b31c4612591
[IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_add

More work is needed tho to introduce inet6_request_sock from
tcp6_request_sock, in the same layout considerations as ipv6_pinfo in
inet_sock, next changeset will do that.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet6_connection_sock.h [new file with mode: 0644]
include/net/request_sock.h
net/ipv6/Makefile
net/ipv6/inet6_connection_sock.c [new file with mode: 0644]
net/ipv6/tcp_ipv6.c