Lines Matching defs:tls_sw_context_tx
92 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;
100 spinlock_t encrypt_compl_lock;
101 int async_notify;
102 u8 async_capable:1;
106 unsigned long tx_bitmask;