Lines Matching defs:tls_sw_context_rx
169 struct tls_sw_context_rx { struct
170 struct crypto_aead *aead_recv;
171 struct crypto_wait async_wait;
172 struct strparser strp;
173 struct sk_buff_head rx_list; /* list of decrypted 'data' records */
174 void (*saved_data_ready)(struct sock *sk);
176 struct sk_buff *recv_pkt;
177 u8 control;
178 int async_capable;
179 bool decrypted;
180 atomic_t decrypt_pending;
181 bool async_notify;