Home
last modified time | relevance | path

Searched refs:ktls (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/Documentation/networking/
Dtls-offload.rst16 ``ktls`` can operate in three modes:
57 are handled normally. ``ktls`` is informed when data is queued to the socket
79 When TLS cryptographic connection state is installed on a ``ktls`` socket
236 that the ``ktls`` software fallback code encrypt it. If the segment's
256 Next time ``ktls`` pushes a record it will first send its TCP sequence number
286 handling. ``ktls`` software fallback handles the decryption of record
459 of the socket. Current ``ktls`` implementation will not offload sockets
485 Offloaded ``ktls`` sockets should support standard TCP stack features
510 These flags will be acted upon accordingly by the core ``ktls`` code.
Dtls.rst209 A patchset to OpenSSL to use ktls as the record layer is
212 `An example <https://github.com/ktls/af_ktls-tool/commits/RX>`_
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
DMakefile69 en_accel/ktls.o en_accel/ktls_tx.o
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_sockmap.c85 int ktls; variable
112 {"ktls", no_argument, &ktls, 1 },
615 if (ktls) { in sendmsg_test()
1144 if (ktls) in test_options()