Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dtls.h104 struct tls_sw_context_tx { struct
105 struct crypto_aead *aead_send;
106 struct crypto_wait async_wait;
107 struct tx_work tx_work;
108 struct tls_rec *open_rec;
109 struct list_head tx_list;
110 atomic_t encrypt_pending;
112 spinlock_t encrypt_compl_lock;
113 int async_notify;
114 u8 async_capable:1;
[all …]

Completed in 7 milliseconds