commit | 6dac152355d9308c9e187bf1d38d98afefcaa315 | [log] [tgz] |
---|---|---|
author | Ilya Lesokhin <ilyal@mellanox.com> | Mon Apr 30 10:16:10 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue May 01 09:42:46 2018 -0400 |
tree | 1ef5da9984b3ccd942cb56116a7d178ccd4e77e0 | |
parent | 1a1f4a28f3cb9f6c3420e5a646372209f4850552 [diff] |
tcp: Add clean acked data hook Called when a TCP segment is acknowledged. Could be used by application protocols who hold additional metadata associated with the stream data. This is required by TLS device offload to release metadata associated with acknowledged TLS records. Signed-off-by: Ilya Lesokhin <ilyal@mellanox.com> Signed-off-by: Boris Pismenny <borisp@mellanox.com> Signed-off-by: Aviad Yehezkel <aviadye@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>