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)
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>

No differences found