Searched defs:tls_rec (Results 1 – 1 of 1) sorted by relevance
57 struct tls_rec { struct58 struct list_head list;59 int tx_ready;60 int tx_flags;62 struct sk_msg msg_plaintext;63 struct sk_msg msg_encrypted;66 struct scatterlist sg_aead_in[2];68 struct scatterlist sg_aead_out[2];70 char content_type;71 struct scatterlist sg_content_type;[all …]