Searched defs:tls_rec (Results 1 – 1 of 1) sorted by relevance
100 struct tls_rec { struct101 struct list_head list;102 int tx_ready;103 int tx_flags;105 struct sk_msg msg_plaintext;106 struct sk_msg msg_encrypted;109 struct scatterlist sg_aead_in[2];111 struct scatterlist sg_aead_out[2];113 char content_type;114 struct scatterlist sg_content_type;[all …]