[DCCP]: Replace socket with sock for reset sending.
authorDenis V. Lunev <den@openvz.org>
Thu, 3 Apr 2008 21:20:52 +0000 (14:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Apr 2008 21:20:52 +0000 (14:20 -0700)
commit98cc26dc6f8d15fb408ab280ef73ab2186397279
tree05ff3b2f6a750e659de4484c4b825953ecce1659
parent4e341d15c3e5a10cba5e1097d291584b43221807
[DCCP]: Replace socket with sock for reset sending.

Replace dccp_v(4|6)_ctl_socket with sock to unify a code with TCP/ICMP.

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>
net/dccp/dccp.h
net/dccp/ipv4.c
net/dccp/ipv6.c
net/dccp/output.c