tcp: replace tcp_sock argument with sock in some places
authorPavel Emelyanov <xemul@openvz.org>
Thu, 17 Jul 2008 03:29:51 +0000 (20:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2008 03:29:51 +0000 (20:29 -0700)
These places have a tcp_sock, but we'd prefer the sock itself to
get net from it. Fortunately, tcp_sk macro is just a type cast, so
this replace is really cheap.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found