kTLS
RU: kTLS (TLS в ядре)
Kernel TLS (kTLS): a Linux kernel feature that moves TLS record encryption and decryption from userspace into the kernel, enabling true zero-copy sendfile() for HTTPS responses. The NIC can optionally offload the crypto operations, reducing CPU overhead for high-throughput TLS servers.