Searched defs:tls_rec (Results 1 – 1 of 1) sorted by relevance
97 struct tls_rec { struct98 struct list_head list;99 int tx_ready;100 int tx_flags;102 struct sk_msg msg_plaintext;103 struct sk_msg msg_encrypted;106 struct scatterlist sg_aead_in[2];108 struct scatterlist sg_aead_out[2];133 struct tls_rec *open_rec; argument