Searched refs:msg_pl (Results 1 – 1 of 1) sorted by relevance
298 struct sk_msg *msg_pl = &rec->msg_plaintext; in tls_clone_plaintext_msg() local306 len = required - msg_pl->sg.size; in tls_clone_plaintext_msg()311 skip = prot->prepend_size + msg_pl->sg.size; in tls_clone_plaintext_msg()313 return sk_msg_clone(sk, msg_pl, msg_en, skip, len); in tls_clone_plaintext_msg()321 struct sk_msg *msg_pl, *msg_en; in tls_get_rec() local331 msg_pl = &rec->msg_plaintext; in tls_get_rec()334 sk_msg_init(msg_pl); in tls_get_rec()674 struct sk_msg *msg_pl, *msg_en; in tls_push_record() local682 msg_pl = &rec->msg_plaintext; in tls_push_record()685 split_point = msg_pl->apply_bytes; in tls_push_record()[all …]