Searched refs:msg_pl (Results 1 – 1 of 1) sorted by relevance
292 struct sk_msg *msg_pl = &rec->msg_plaintext; in tls_clone_plaintext_msg() local300 len = required - msg_pl->sg.size; in tls_clone_plaintext_msg()305 skip = prot->prepend_size + msg_pl->sg.size; in tls_clone_plaintext_msg()307 return sk_msg_clone(sk, msg_pl, msg_en, skip, len); in tls_clone_plaintext_msg()315 struct sk_msg *msg_pl, *msg_en; in tls_get_rec() local325 msg_pl = &rec->msg_plaintext; in tls_get_rec()328 sk_msg_init(msg_pl); in tls_get_rec()675 struct sk_msg *msg_pl, *msg_en; in tls_push_record() local683 msg_pl = &rec->msg_plaintext; in tls_push_record()686 split_point = msg_pl->apply_bytes; in tls_push_record()[all …]