commit | 6e3d02b670eafce69aa64457b87c3b17ff216d23 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <[email protected]> | Mon Sep 02 21:31:06 2019 -0700 |
committer | David S. Miller <[email protected]> | Thu Sep 05 09:49:49 2019 +0200 |
tree | 87b421fee34bd7c9238ac50bebda2b27883c87f0 | |
parent | be2fbc155fc8c0ff6e499753354d965cd9cf1bb0 [diff] |
net/tls: dedup the record cleanup If retransmit record hint fall into the cleanup window we will free it by just walking the list. No need to duplicate the code. Signed-off-by: Jakub Kicinski <[email protected]> Reviewed-by: John Hurley <[email protected]> Reviewed-by: Dirk van der Merwe <[email protected]> Signed-off-by: David S. Miller <[email protected]>