[TCPDIAG]: Introduce inet_diag_{register,unregister}
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Fri, 12 Aug 2005 12:27:49 +0000 (09:27 -0300)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:57:38 +0000 (15:57 -0700)
commit4f5736c4c7cf6f9bd8db82b712cfdd51c87e06b9
tree403d4b49b4c1d51445f3ff279d75f74a39e2cc17
parent5324a040ccc708998e61ea93e669b81312f0ae11
[TCPDIAG]: Introduce inet_diag_{register,unregister}

Next changeset will rename tcp_diag to inet_diag and move the tcp_diag code out
of it and into a new tcp_diag.c, similar to the net/dccp/diag.c introduced in
this changeset, completing the transition to a generic inet_diag
infrastructure.

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