aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2022-04-10 17:32:12 +0100
committerDavid S. Miller <davem@davemloft.net>2022-04-10 17:32:12 +0100
commit516a2f1f6f3ce1a87931579cc21de6e7e33440bd (patch)
treefdcd97ef1acda17a2d02f336d52feba54e800471 /include/net
parentnet: mdio: mscc-miim: add local dev variable to cleanup probe function (diff)
parenttls: rx: jump out for cases which need to leave skb on list (diff)
downloadlinux-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.h1
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 {