]> git.ipfire.org Git - thirdparty/linux.git/commit
net: tls: Change async resync helpers argument
authorShahar Shitrit <shshitrit@nvidia.com>
Sun, 26 Oct 2025 20:03:01 +0000 (22:03 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 30 Oct 2025 01:32:17 +0000 (18:32 -0700)
commit34892cfec0c2d96787c4be7bda0d5f18d7dacf85
tree6e5435bc9fc843655043cbc5a2deb77612e7a9c1
parente98cda764aa9c27f6810d08bd7bf2e8071535990
net: tls: Change async resync helpers argument

Update tls_offload_rx_resync_async_request_start() and
tls_offload_rx_resync_async_request_end() to get a struct
tls_offload_resync_async parameter directly, rather than
extracting it from struct sock.

This change aligns the function signatures with the upcoming
tls_offload_rx_resync_async_request_cancel() helper, which
will be introduced in a subsequent patch.

Signed-off-by: Shahar Shitrit <shshitrit@nvidia.com>
Reviewed-by: Sabrina Dubroca <sd@queasysnail.net>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/1761508983-937977-2-git-send-email-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c
include/net/tls.h