tls: create an internal header
authorJakub Kicinski <kuba@kernel.org>
Fri, 8 Jul 2022 01:03:13 +0000 (18:03 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 9 Jul 2022 01:38:45 +0000 (18:38 -0700)
commit5879031423089b2e19b769f30fc618af742264c3
treea5dc1560ed7e005dedffe1589cdb183fe6d162ed
parent03957d84055e59235c7d57c95a37617bd3aa5646
tls: create an internal header

include/net/tls.h is getting a little long, and is probably hard
for driver authors to navigate. Split out the internals into a
header which will live under net/tls/. While at it move some
static inlines with a single user into the source files, add
a few tls_ prefixes and fix spelling of 'proccess'.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/tls.h
net/tls/tls.h [new file with mode: 0644]
net/tls/tls_device.c
net/tls/tls_device_fallback.c
net/tls/tls_main.c
net/tls/tls_proc.c
net/tls/tls_sw.c
net/tls/tls_toe.c