inet: Turn ->remember_stamp into ->get_peer in connection AF ops.
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Nov 2010 21:37:14 +0000 (13:37 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Nov 2010 20:28:06 +0000 (12:28 -0800)
commit3f419d2d487821093ee46e898b5f8747f9edc9cd
treea3f7731eb0706c5ae6d0f4ec004ba0d08d7f951b
parentb3419363808f2481b24a817f491878e1795db4c7
inet: Turn ->remember_stamp into ->get_peer in connection AF ops.

Then we can make a completely generic tcp_remember_stamp()
that uses ->get_peer() as a helper, minimizing the AF specific
code and minimizing the eventual code duplication when we implement
the ipv6 side of TW recycling.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_connection_sock.h
include/net/tcp.h
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_minisocks.c
net/ipv6/tcp_ipv6.c