diff options
Diffstat (limited to 'include/net/strparser.h')
-rw-r--r-- | include/net/strparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/strparser.h b/include/net/strparser.h index c271543076cf..a191486eb1e4 100644 --- a/include/net/strparser.h +++ b/include/net/strparser.h @@ -72,6 +72,7 @@ struct sk_skb_cb { u64 temp_reg; struct tls_msg { u8 control; + u8 decrypted; } tls; }; |