commit | a544302820db12660b15de185b9e67c781a6b74e | [log] [tgz] |
---|---|---|
author | Christoph Paasch <christoph.paasch@uclouvain.be> | Wed Jan 08 16:05:56 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 10 17:38:18 2014 -0500 |
tree | 3eb9015f85c1adfc7bf43c40b197b7f12c8d38a4 | |
parent | 324fd55a19827b7191cc6ab73865e30c0e6e6423 [diff] |
tcp: metrics: Add source-address to tcp-metrics We add the source-address to the tcp-metrics, so that different metrics will be used per source/destination-pair. We use the destination-hash to store the metric inside the hash-table. That way, deleting and dumping via "ip tcp_metrics" is easy. Signed-off-by: Christoph Paasch <christoph.paasch@uclouvain.be> Signed-off-by: David S. Miller <davem@davemloft.net>