tls: rx: remove the message decrypted tracking
authorJakub Kicinski <kuba@kernel.org>
Fri, 15 Jul 2022 05:22:28 +0000 (22:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Jul 2022 10:24:10 +0000 (11:24 +0100)
commit53d57999fe02785040bc53e2f12efc881f13ae17
tree8742ebd402570e9e39927951eca26a6b2274c091
parentabb47dc95dc6e551ca79f51d296e77878fafa4d8
tls: rx: remove the message decrypted tracking

We no longer allow a decrypted skb to remain linked to ctx->recv_pkt.
Anything on the list is decrypted, anything on ctx->recv_pkt needs
to be decrypted.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/strparser.h
net/tls/tls_sw.c