tls: rx: don't store the decryption status in socket context
authorJakub Kicinski <kuba@kernel.org>
Fri, 8 Apr 2022 03:38:17 +0000 (20:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Apr 2022 10:49:08 +0000 (11:49 +0100)
commit7dc59c33d62c4520a119051d4486c214ef5caa23
tree7ba139a1374660ed29a1e0ed51a79f59a27ca674
parentc3f6bb74137c68b515b7e2ff123a80611e801013
tls: rx: don't store the decryption status in socket context

Similar justification to previous change, the information
about decryption status belongs in the skb.

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