Searched refs:try_to_copy (Results 1 – 1 of 1) sorted by relevance
935 size_t try_to_copy; in tls_sw_sendmsg() local985 try_to_copy = msg_data_left(msg); in tls_sw_sendmsg()987 if (try_to_copy >= record_room) { in tls_sw_sendmsg()988 try_to_copy = record_room; in tls_sw_sendmsg()992 required_size = msg_pl->sg.size + try_to_copy + in tls_sw_sendmsg()1008 try_to_copy -= required_size - msg_en->sg.size; in tls_sw_sendmsg()1016 msg_pl, try_to_copy); in tls_sw_sendmsg()1021 copied += try_to_copy; in tls_sw_sendmsg()1039 copied -= try_to_copy; in tls_sw_sendmsg()1047 required_size = msg_pl->sg.size + try_to_copy; in tls_sw_sendmsg()[all …]