[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.
authorDenis V. Lunev <den@openvz.org>
Thu, 3 Apr 2008 21:22:32 +0000 (14:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Apr 2008 21:22:32 +0000 (14:22 -0700)
commit3d58b5fa8e4c461ab09afdacd3d1754fccca06ad
treeb5793c1cc2f0d41657c5e5d101cc00e07c515a60
parent4f049b4f33d07bd11335c3a074ebef14213a3e37
[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.

This call is nothing common with INET connection sockets code. It
simply creates an unhashes kernel sockets for protocol messages.

Move the new call into af_inet.c after the rename.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_common.h
include/net/inet_connection_sock.h
net/dccp/ipv4.c
net/dccp/ipv6.c
net/ipv4/af_inet.c
net/ipv4/inet_connection_sock.c
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c