Searched refs:rec (Results 1 – 1 of 1) sorted by relevance
289 struct tls_rec *rec = ctx->open_rec; in tls_trim_both_msgs() local291 sk_msg_trim(sk, &rec->msg_plaintext, target_size); in tls_trim_both_msgs()294 sk_msg_trim(sk, &rec->msg_encrypted, target_size); in tls_trim_both_msgs()301 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg() local302 struct sk_msg *msg_en = &rec->msg_encrypted; in tls_alloc_encrypted_msg()312 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg() local313 struct sk_msg *msg_pl = &rec->msg_plaintext; in tls_clone_plaintext_msg()314 struct sk_msg *msg_en = &rec->msg_encrypted; in tls_clone_plaintext_msg()337 struct tls_rec *rec; in tls_get_rec() local342 rec = kzalloc(mem_size, sk->sk_allocation); in tls_get_rec()[all …]