[INET]: Generalise tcp_v4_hash_connect
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Wed, 14 Dec 2005 07:25:31 +0000 (23:25 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 3 Jan 2006 21:10:55 +0000 (13:10 -0800)
commita7f5e7f164788a22eb5d3de8e2d3cee1bf58fdca
tree809ed01d61aa9548124b9958a5a500068b1db670
parent6d6ee43e0b8b8d4847627fd43739b98ec2b9404f
[INET]: Generalise tcp_v4_hash_connect

Renaming it to inet_hash_connect, making it possible to ditch
dccp_v4_hash_connect and share the same code with TCP instead.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/char/random.c
include/linux/random.h
include/net/inet_hashtables.h
net/dccp/ipv4.c
net/ipv4/inet_hashtables.c
net/ipv4/tcp_ipv4.c