Home
last modified time | relevance | path

Searched defs:tls_sw_context_rx (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/include/net/
Dtls.h169 struct tls_sw_context_rx { struct
170 struct crypto_aead *aead_recv;
171 struct crypto_wait async_wait;
172 struct strparser strp;
173 struct sk_buff_head rx_list; /* list of decrypted 'data' records */
174 void (*saved_data_ready)(struct sock *sk);
176 struct sk_buff *recv_pkt;
177 u8 control;
178 int async_capable;
179 bool decrypted;
[all …]