[INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.c
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Fri, 12 Aug 2005 12:26:18 +0000 (09:26 -0300)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:57:29 +0000 (15:57 -0700)
commit5324a040ccc708998e61ea93e669b81312f0ae11
tree08e40652e7c9394277a0b5e08148c43a97d46670
parent505cbfc577f3fa778005e2800b869eca25727d5f
[INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.c

Doing this we allow tcp_diag to support IPV6 even if tcp_diag is compiled
statically and IPV6 is compiled as a module, removing the previous restriction
while not building any IPV6 code if it is not selected.

Now to work on the tcpdiag_register infrastructure and then to rename the whole
thing to inetdiag, reflecting its by then completely generic nature.

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