Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dtls.h121 struct tls_rec { struct
122 struct list_head list;
123 int tx_ready;
124 int tx_flags;
125 int inplace_crypto;
127 struct sk_msg msg_plaintext;
128 struct sk_msg msg_encrypted;
131 struct scatterlist sg_aead_in[2];
133 struct scatterlist sg_aead_out[2];
158 struct tls_rec *open_rec; argument