diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-07-22 16:50:29 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-07-26 14:38:51 -0700 |
commit | b93f5700164dabc59f5c82857dbe571e0ccb2d35 (patch) | |
tree | e69fdc259731ea6b977e8a401511aa1e2d165ca4 /Makefile | |
parent | dd47ed3620e693636b4d912db4810fe0c092eb2c (diff) | |
download | linux-stable-b93f5700164dabc59f5c82857dbe571e0ccb2d35.tar.gz linux-stable-b93f5700164dabc59f5c82857dbe571e0ccb2d35.tar.bz2 linux-stable-b93f5700164dabc59f5c82857dbe571e0ccb2d35.zip |
tls: rx: don't free the output in case of zero-copy
In the future we'll want to reuse the input skb in case of
zero-copy so we shouldn't always free darg.skb. Move the
freeing of darg.skb into the non-zc cases. All cases will
now free ctx->recv_pkt (inside let tls_rx_rec_done()).
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions