mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
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>
This commit is contained in:
committed by
David S. Miller
parent
abb47dc95d
commit
53d57999fe
@@ -72,7 +72,6 @@ struct sk_skb_cb {
|
||||
/* strp users' data follows */
|
||||
struct tls_msg {
|
||||
u8 control;
|
||||
u8 decrypted;
|
||||
} tls;
|
||||
/* temp_reg is a temporary register used for bpf_convert_data_end_access
|
||||
* when dst_reg == src_reg.
|
||||
|
||||
Reference in New Issue
Block a user