Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_sockmap.c86 int ktls; variable
113 {"ktls", no_argument, &ktls, 1 },
730 if (ktls) { in sendmsg_test()
1326 if (ktls) in test_options()
1460 int k = ktls; in test_txmsg_skb()
1463 ktls = 1; in test_txmsg_skb()
1489 ktls = 0; in test_txmsg_skb()
1500 ktls = 1; in test_txmsg_skb()
1505 ktls = k; in test_txmsg_skb()
1873 ktls = 1; in test_selftests_ktls()
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A 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
477 of the socket. Current ``ktls`` implementation will not offload sockets
503 Offloaded ``ktls`` sockets should support standard TCP stack features
528 These flags will be acted upon accordingly by the core ``ktls`` code.
H A 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>`_
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A DMakefile79 en_accel/fs_tcp.o en_accel/ktls.o en_accel/ktls_txrx.o \