Merge tag 'at91-soc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/at91...
[platform/kernel/linux-starfive.git] / include / net / strparser.h
index 732b709..a191486 100644 (file)
@@ -70,6 +70,10 @@ struct sk_skb_cb {
         * when dst_reg == src_reg.
         */
        u64 temp_reg;
+       struct tls_msg {
+               u8 control;
+               u8 decrypted;
+       } tls;
 };
 
 static inline struct strp_msg *strp_msg(struct sk_buff *skb)