diff options
| author | 2022-04-10 17:32:12 +0100 | |
|---|---|---|
| committer | 2022-04-10 17:32:12 +0100 | |
| commit | 516a2f1f6f3ce1a87931579cc21de6e7e33440bd (patch) | |
| tree | fdcd97ef1acda17a2d02f336d52feba54e800471 /include/net | |
| parent | net: mdio: mscc-miim: add local dev variable to cleanup probe function (diff) | |
| parent | tls: rx: jump out for cases which need to leave skb on list (diff) | |
| download | linux-dev-516a2f1f6f3ce1a87931579cc21de6e7e33440bd.tar.xz linux-dev-516a2f1f6f3ce1a87931579cc21de6e7e33440bd.zip | |
Merge branch 'tls-rx-refactoring-part-2'
Jakub Kicinski says:
====================
tls: rx: random refactoring part 2
TLS Rx refactoring. Part 2 of 3. This one focusing on the main loop.
A couple of features to follow.
====================
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/tls.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tls.h b/include/net/tls.h index a01c264e5f15..6fe78361c8c8 100644 --- a/include/net/tls.h +++ b/include/net/tls.h @@ -152,7 +152,6 @@ struct tls_sw_context_rx { atomic_t decrypt_pending; /* protect crypto_wait with decrypt_pending*/ spinlock_t decrypt_compl_lock; - bool async_notify; }; struct tls_record_info { |
