Searched refs:try_to_copy (Results 1 – 1 of 1) sorted by relevance
941 size_t try_to_copy; in tls_sw_sendmsg() local993 try_to_copy = msg_data_left(msg); in tls_sw_sendmsg()995 if (try_to_copy >= record_room) { in tls_sw_sendmsg()996 try_to_copy = record_room; in tls_sw_sendmsg()1000 required_size = msg_pl->sg.size + try_to_copy + in tls_sw_sendmsg()1016 try_to_copy -= required_size - msg_en->sg.size; in tls_sw_sendmsg()1024 msg_pl, try_to_copy); in tls_sw_sendmsg()1029 copied += try_to_copy; in tls_sw_sendmsg()1047 copied -= try_to_copy; in tls_sw_sendmsg()1055 required_size = msg_pl->sg.size + try_to_copy; in tls_sw_sendmsg()[all …]