Home
last modified time | relevance | path

Searched refs:msg_pl (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/net/tls/
H A Dtls_sw.c372 sk_msg_init(msg_pl); in tls_get_rec()
746 msg_pl->sg.size + in tls_push_record()
778 i = msg_pl->sg.end; in tls_push_record()
786 sg_chain(msg_pl->sg.data, msg_pl->sg.end + 1, in tls_push_record()
792 if (msg_pl->sg.end < msg_pl->sg.start) { in tls_push_record()
793 sg_chain(&msg_pl->sg.data[msg_pl->sg.start], in tls_push_record()
795 msg_pl->sg.data); in tls_push_record()
798 i = msg_pl->sg.start; in tls_push_record()
959 struct sk_msg *msg_pl; in tls_sw_push_pending_record() local
996 msg_pl->sg.curr = msg_pl->sg.end; in tls_sw_sendmsg_splice()
[all …]