Lines Matching defs:tls_sw_context_rx
147 struct tls_sw_context_rx { struct
148 struct crypto_aead *aead_recv;
149 struct crypto_wait async_wait;
150 struct strparser strp;
151 struct sk_buff_head rx_list; /* list of decrypted 'data' records */
152 void (*saved_data_ready)(struct sock *sk);
154 struct sk_buff *recv_pkt;
155 u8 control;
156 u8 async_capable:1;
157 u8 decrypted:1;
158 atomic_t decrypt_pending;
160 spinlock_t decrypt_compl_lock;
161 bool async_notify;