]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ktls: Use COUNTER_U64_DEFINE_EARLY for the ktls_toe_chacha20 counter.
authorJohn Baldwin <jhb@FreeBSD.org>
Sat, 20 Feb 2021 00:33:46 +0000 (16:33 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 23 Nov 2021 23:11:44 +0000 (15:11 -0800)
commit6afc00ed139d9cfa63d6f99a24d34622e1b6b792
tree1d19d398c287be61be4da512a7288e28addd276a
parent98641c00a3aef5d82da653b9a50c734fb4b08d87
ktls: Use COUNTER_U64_DEFINE_EARLY for the ktls_toe_chacha20 counter.

I missed updating this counter when rebasing the changes in
9c64fc40290e08f6dc6b75aa04084b04e48a61af after the switch to
COUNTER_U64_DEFINE_EARLY in 1755b2b9891bb1bfa7a58383ef5126821f7e46e3.

Fixes: 9c64fc40290e Add Chacha20-Poly1305 as a KTLS cipher suite.
Sponsored by: Netflix

(cherry picked from commit 90972f04026a2248d616d7466053ff53cf8fdf9d)
sys/kern/uipc_ktls.c