Searched defs:tls_sw_context_rx (Results 1 – 1 of 1) sorted by relevance
154 struct tls_sw_context_rx { struct155 struct crypto_aead *aead_recv;156 struct crypto_wait async_wait;157 struct strparser strp;158 struct sk_buff_head rx_list; /* list of decrypted 'data' records */159 void (*saved_data_ready)(struct sock *sk);161 struct sk_buff *recv_pkt;162 u8 control;163 u8 async_capable:1;164 u8 decrypted:1;[all …]