diff options
| author | Jakub Kicinski <[email protected]> | 2019-10-03 18:18:54 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-10-04 21:07:06 +0000 |
| commit | 25a3cd8189c8832c04225e6f1d41228fd6cc64cc (patch) | |
| tree | 76cd8574a6f185b5f8b5cbe797480a4c4d83fa55 /net/tls/tls_main.c | |
| parent | rxrpc: Add missing "new peer" trace (diff) | |
| download | kernel-25a3cd8189c8832c04225e6f1d41228fd6cc64cc.tar.gz kernel-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 <[email protected]>
Reviewed-by: John Hurley <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tls/tls_main.c')
| -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"); |
