Lines Matching defs:tls_sw_context_tx
129 struct tls_sw_context_tx { struct
130 struct crypto_aead *aead_send;
131 struct crypto_wait async_wait;
132 struct tx_work tx_work;
133 struct tls_rec *open_rec;
134 struct list_head tx_list;
135 atomic_t encrypt_pending;
137 spinlock_t encrypt_compl_lock;
138 int async_notify;
139 u8 async_capable:1;
143 unsigned long tx_bitmask;