commit | 39f56e1a78d647316db330c3b6f4c5637a895e3b | [log] [tgz] |
---|---|---|
author | Boris Pismenny <borisp@mellanox.com> | Fri Jul 13 14:33:41 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 16 00:13:11 2018 -0700 |
tree | 465ee43d898f34004c3598b37c3ed6d4a9c12929 | |
parent | dafb67f3bb4a58a45fe92c1e362ea6429831688a [diff] |
tls: Split tls_sw_release_resources_rx This patch splits tls_sw_release_resources_rx into two functions one which releases all inner software tls structures and another that also frees the containing structure. In TLS_DEVICE we will need to release the software structures without freeeing the containing structure, which contains other information. Signed-off-by: Boris Pismenny <borisp@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>