commit | 3f419d2d487821093ee46e898b5f8747f9edc9cd | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Nov 29 13:37:14 2010 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 30 12:28:06 2010 -0800 |
tree | a3f7731eb0706c5ae6d0f4ec004ba0d08d7f951b | |
parent | b3419363808f2481b24a817f491878e1795db4c7 [diff] |
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>