Searched refs:try_to_copy (Results 1 – 1 of 1) sorted by relevance
886 size_t try_to_copy, copied = 0; in tls_sw_sendmsg() local933 try_to_copy = msg_data_left(msg); in tls_sw_sendmsg()935 if (try_to_copy >= record_room) { in tls_sw_sendmsg()936 try_to_copy = record_room; in tls_sw_sendmsg()940 required_size = msg_pl->sg.size + try_to_copy + in tls_sw_sendmsg()956 try_to_copy -= required_size - msg_en->sg.size; in tls_sw_sendmsg()964 msg_pl, try_to_copy); in tls_sw_sendmsg()971 copied += try_to_copy; in tls_sw_sendmsg()989 copied -= try_to_copy; in tls_sw_sendmsg()997 required_size = msg_pl->sg.size + try_to_copy; in tls_sw_sendmsg()[all …]