Searched refs:msg_pl (Results 1 – 1 of 1) sorted by relevance
304 struct sk_msg *msg_pl = &rec->msg_plaintext; in tls_clone_plaintext_msg() local312 len = required - msg_pl->sg.size; in tls_clone_plaintext_msg()317 skip = prot->prepend_size + msg_pl->sg.size; in tls_clone_plaintext_msg()319 return sk_msg_clone(sk, msg_pl, msg_en, skip, len); in tls_clone_plaintext_msg()327 struct sk_msg *msg_pl, *msg_en; in tls_get_rec() local337 msg_pl = &rec->msg_plaintext; in tls_get_rec()340 sk_msg_init(msg_pl); in tls_get_rec()692 struct sk_msg *msg_pl, *msg_en; in tls_push_record() local700 msg_pl = &rec->msg_plaintext; in tls_push_record()703 split_point = msg_pl->apply_bytes; in tls_push_record()[all …]