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