]> git.baikalelectronics.ru Git - kernel.git/commit
net/tls: rename tls_hw_* functions tls_toe_*
authorJakub Kicinski <jakub.kicinski@netronome.com>
Thu, 3 Oct 2019 18:18:58 +0000 (11:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Oct 2019 21:07:07 +0000 (14:07 -0700)
commita466ae87e7154c9bcbcbaee1274a08fd33e153b7
tree153494c5892017e5043bfc0e9f37d3dd464d5eeb
parent3b1619a09a2e784293c8ca5e19de2f8d84f3379a
net/tls: rename tls_hw_* functions tls_toe_*

The tls_hw_* functions are quite confusingly named, since they
are related to the TOE-offload, not TLS_HW offload which doesn't
require TOE. Rename them.

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>
include/net/tls_toe.h
net/tls/tls_main.c
net/tls/tls_toe.c