Searched refs:rec (Results 1 – 1 of 1) sorted by relevance
284 struct tls_rec *rec = ctx->open_rec; in tls_trim_both_msgs() local286 sk_msg_trim(sk, &rec->msg_plaintext, target_size); in tls_trim_both_msgs()289 sk_msg_trim(sk, &rec->msg_encrypted, target_size); in tls_trim_both_msgs()296 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg() local297 struct sk_msg *msg_en = &rec->msg_encrypted; in tls_alloc_encrypted_msg()307 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg() local308 struct sk_msg *msg_pl = &rec->msg_plaintext; in tls_clone_plaintext_msg()309 struct sk_msg *msg_en = &rec->msg_encrypted; in tls_clone_plaintext_msg()332 struct tls_rec *rec; in tls_get_rec() local337 rec = kzalloc(mem_size, sk->sk_allocation); in tls_get_rec()[all …]