Lines Matching defs:tls_sw_context_rx
122 struct tls_sw_context_rx { struct
123 struct crypto_aead *aead_recv;
124 struct crypto_wait async_wait;
125 struct sk_buff_head rx_list; /* list of decrypted 'data' records */
126 void (*saved_data_ready)(struct sock *sk);
128 u8 reader_present;
129 u8 async_capable:1;
130 u8 zc_capable:1;
131 u8 reader_contended:1;
133 struct tls_strparser strp;
135 atomic_t decrypt_pending;
136 struct sk_buff_head async_hold;
137 struct wait_queue_head wq;