diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2019-10-03 20:18:54 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-04 23:07:06 +0200 |
commit | 25a3cd8189c8832c04225e6f1d41228fd6cc64cc (patch) | |
tree | 76cd8574a6f185b5f8b5cbe797480a4c4d83fa55 /net/tls/tls_main.c | |
parent | rxrpc: Add missing "new peer" trace (diff) | |
download | linux-25a3cd8189c8832c04225e6f1d41228fd6cc64cc.tar.xz linux-25a3cd8189c8832c04225e6f1d41228fd6cc64cc.zip |
net/tls: move TOE-related structures to a separate header
Move tls_device structure and register/unregister functions
to a new header to avoid confusion with normal, non-TOE offload.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: John Hurley <john.hurley@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | net/tls/tls_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tls/tls_main.c b/net/tls/tls_main.c index ac88877dcade..a19c6a1e034a 100644 --- a/net/tls/tls_main.c +++ b/net/tls/tls_main.c @@ -42,6 +42,7 @@ #include <linux/inet_diag.h> #include <net/tls.h> +#include <net/tls_toe.h> MODULE_AUTHOR("Mellanox Technologies"); MODULE_DESCRIPTION("Transport Layer Security Support"); |