]> git.baikalelectronics.ru Git - kernel.git/commit
net/tls: move tls_build_proto() on init path
authorJakub Kicinski <jakub.kicinski@netronome.com>
Thu, 3 Oct 2019 18:18:56 +0000 (11:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Oct 2019 21:07:07 +0000 (14:07 -0700)
commit849a0bba06f37d7c03b4c90e3e2073b7880f3a9d
tree7713f4d3901543ecf34c04fd94a6f2ca7cbba4c1
parent956c1f52f3990278664656b2e64d2d5a17f6c3ab
net/tls: move tls_build_proto() on init path

Move tls_build_proto() so that TOE offload doesn't have to call it
mid way through its bypass enable path.

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