summaryrefslogtreecommitdiff
path: root/include/net/tls.h
diff options
context:
space:
mode:
authorIlya Lesokhin <ilyal@mellanox.com>2017-11-13 11:22:45 +0300
committerDavid S. Miller <davem@davemloft.net>2017-11-14 10:26:34 +0300
commit6d88207fcfddc002afe3e2e4a455e5201089d5d9 (patch)
tree0dc92897c5bb2e06890eeae311feacbd3293a468 /include/net/tls.h
parent61ef6da622aa7b66bf92991bd272490eea6c712e (diff)
downloadlinux-6d88207fcfddc002afe3e2e4a455e5201089d5d9.tar.xz
tls: Add function to update the TLS socket configuration
The tx configuration is now stored in ctx->tx_conf. And sk->sk_prot is updated trough a function This will simplify things when we add rx and support for different possible tx and rx cross configurations. Signed-off-by: Ilya Lesokhin <ilyal@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tls.h')
-rw-r--r--include/net/tls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/tls.h b/include/net/tls.h
index b89d397dd62f..f058a6e08eaa 100644
--- a/include/net/tls.h
+++ b/include/net/tls.h
@@ -83,6 +83,8 @@ struct tls_context {
void *priv_ctx;
+ u8 tx_conf:2;
+
u16 prepend_size;
u16 tag_size;
u16 overhead_size;