Lines Matching defs:tls_sw_context_tx
135 struct tls_sw_context_tx { struct
136 struct crypto_aead *aead_send;
137 struct crypto_wait async_wait;
138 struct tx_work tx_work;
139 struct tls_rec *open_rec;
140 struct list_head tx_list;
141 atomic_t encrypt_pending;
143 spinlock_t encrypt_compl_lock;
144 int async_notify;
145 u8 async_capable:1;
149 unsigned long tx_bitmask;