diff options
| author | David S. Miller <davem@davemloft.net> | 2022-04-10 19:32:12 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2022-04-10 19:32:12 +0300 |
| commit | 516a2f1f6f3ce1a87931579cc21de6e7e33440bd (patch) | |
| tree | fdcd97ef1acda17a2d02f336d52feba54e800471 /include | |
| parent | 626a5aaa50673a1340ef46e049929709c83d184a (diff) | |
| parent | f940b6efb17257844341d04b4fc622752c23cb9f (diff) | |
| download | linux-516a2f1f6f3ce1a87931579cc21de6e7e33440bd.tar.xz | |
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')
| -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 { |
