]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3eeea972b5ce289dae4310cbf0d7f3b346efba08
treea5dc1560ed7e005dedffe1589cdb183fe6d162ed
parent4961b6b304132bd3801da4462fe95ccaae642756
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