Searched refs:msg_pl (Results 1 – 1 of 1) sorted by relevance
336 struct sk_msg *msg_pl = &rec->msg_plaintext; in tls_clone_plaintext_msg() local344 len = required - msg_pl->sg.size; in tls_clone_plaintext_msg()349 skip = prot->prepend_size + msg_pl->sg.size; in tls_clone_plaintext_msg()351 return sk_msg_clone(sk, msg_pl, msg_en, skip, len); in tls_clone_plaintext_msg()359 struct sk_msg *msg_pl, *msg_en; in tls_get_rec() local369 msg_pl = &rec->msg_plaintext; in tls_get_rec()372 sk_msg_init(msg_pl); in tls_get_rec()732 struct sk_msg *msg_pl, *msg_en; in tls_push_record() local740 msg_pl = &rec->msg_plaintext; in tls_push_record()743 split_point = msg_pl->apply_bytes; in tls_push_record()[all …]