Lines Matching defs:tls_sw_context_rx
125 struct tls_sw_context_rx { struct
126 struct crypto_aead *aead_recv;
127 struct crypto_wait async_wait;
128 struct sk_buff_head rx_list; /* list of decrypted 'data' records */
129 void (*saved_data_ready)(struct sock *sk);
131 u8 reader_present;
132 u8 async_capable:1;
133 u8 zc_capable:1;
134 u8 reader_contended:1;
135 bool key_update_pending;
137 struct tls_strparser strp;
139 atomic_t decrypt_pending;
140 struct sk_buff_head async_hold;
141 struct wait_queue_head wq;