Searched defs:tls_rec (Results 1 – 3 of 3) sorted by relevance
65402 struct tls_rec { struct65403 struct list_head list;65404 int tx_ready;65405 int tx_flags;65406 struct sk_msg msg_plaintext;65407 struct sk_msg msg_encrypted;65408 struct scatterlist sg_aead_in[2];65409 struct scatterlist sg_aead_out[2];65410 char content_type;65411 struct scatterlist sg_content_type;[all …]
128718 struct tls_rec { struct128719 struct list_head list;128743 struct tls_rec *open_rec; argument