Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/tls/
A Dtls_sw.c942 size_t try_to_copy; in tls_sw_sendmsg() local
994 try_to_copy = msg_data_left(msg); in tls_sw_sendmsg()
996 if (try_to_copy >= record_room) { in tls_sw_sendmsg()
997 try_to_copy = record_room; in tls_sw_sendmsg()
1025 msg_pl, try_to_copy); in tls_sw_sendmsg()
1030 copied += try_to_copy; in tls_sw_sendmsg()
1048 copied -= try_to_copy; in tls_sw_sendmsg()
1056 required_size = msg_pl->sg.size + try_to_copy; in tls_sw_sendmsg()
1073 if (try_to_copy) { in tls_sw_sendmsg()
1075 msg_pl, try_to_copy); in tls_sw_sendmsg()
[all …]

Completed in 6 milliseconds