Lines Matching defs:tls_sw_context_rx
135 struct tls_sw_context_rx { struct
136 struct crypto_aead *aead_recv;
137 struct crypto_wait async_wait;
138 struct sk_buff_head rx_list; /* list of decrypted 'data' records */
139 void (*saved_data_ready)(struct sock *sk);
141 u8 reader_present;
142 u8 async_capable:1;
143 u8 zc_capable:1;
144 u8 reader_contended:1;
146 struct tls_strparser strp;
148 atomic_t decrypt_pending;
150 spinlock_t decrypt_compl_lock;
151 struct sk_buff_head async_hold;
152 struct wait_queue_head wq;