Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dtls.h146 struct tls_sw_context_rx { struct
147 struct crypto_aead *aead_recv;
148 struct crypto_wait async_wait;
149 struct strparser strp;
150 struct sk_buff_head rx_list; /* list of decrypted 'data' records */
151 void (*saved_data_ready)(struct sock *sk);
153 struct sk_buff *recv_pkt;
154 u8 control;
155 u8 async_capable:1;
156 u8 decrypted:1;
[all …]