Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/tls/
Dtls.h111 struct tls_rec { struct
112 struct list_head list;
113 int tx_ready;
114 int tx_flags;
116 struct sk_msg msg_plaintext;
117 struct sk_msg msg_encrypted;
120 struct scatterlist sg_aead_in[2];
122 struct scatterlist sg_aead_out[2];
124 char content_type;
125 struct scatterlist sg_content_type;
[all …]
/kernel/linux/linux-5.10/include/net/
Dtls.h99 struct tls_rec { struct
100 struct list_head list;
101 int tx_ready;
102 int tx_flags;
104 struct sk_msg msg_plaintext;
105 struct sk_msg msg_encrypted;
108 struct scatterlist sg_aead_in[2];
110 struct scatterlist sg_aead_out[2];
135 struct tls_rec *open_rec; argument