]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/ssl.h
ssl: Linux TLS Tx Offload
[thirdparty/openssl.git] / include / openssl / ssl.h
index dd664a0a7f2f2b7a17d5d2ca586f160111ff2530..ea41dd089eabf699575e746ceda98f7750f3838a 100644 (file)
@@ -493,6 +493,10 @@ typedef int (*SSL_verify_cb)(int preverify_ok, X509_STORE_CTX *x509_ctx);
  * Support Asynchronous operation
  */
 # define SSL_MODE_ASYNC 0x00000100U
+/*
+ * Use the kernel TLS transmission data-path.
+ */
+# define SSL_MODE_NO_KTLS_TX 0x00000200U
 
 /* Cert related flags */
 /*