Home
last modified time | relevance | path

Searched defs:tls_sw_context_tx (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/net/
Dtls.h92 struct tls_sw_context_tx { struct
93 struct crypto_aead *aead_send;
94 struct crypto_wait async_wait;
95 struct tx_work tx_work;
96 struct tls_rec *open_rec;
97 struct list_head tx_list;
98 atomic_t encrypt_pending;
99 u8 async_capable:1;
103 unsigned long tx_bitmask;
/kernel/linux/linux-5.10/include/net/
Dtls.h131 struct tls_sw_context_tx { struct
132 struct crypto_aead *aead_send;
133 struct crypto_wait async_wait;
134 struct tx_work tx_work;
135 struct tls_rec *open_rec;
136 struct list_head tx_list;
137 atomic_t encrypt_pending;
139 spinlock_t encrypt_compl_lock;
140 int async_notify;
141 u8 async_capable:1;
[all …]