Searched refs:try_to_copy (Results 1 – 1 of 1) sorted by relevance
925 size_t try_to_copy; in tls_sw_sendmsg() local975 try_to_copy = msg_data_left(msg); in tls_sw_sendmsg()977 if (try_to_copy >= record_room) { in tls_sw_sendmsg()978 try_to_copy = record_room; in tls_sw_sendmsg()982 required_size = msg_pl->sg.size + try_to_copy + in tls_sw_sendmsg()998 try_to_copy -= required_size - msg_en->sg.size; in tls_sw_sendmsg()1006 msg_pl, try_to_copy); in tls_sw_sendmsg()1011 copied += try_to_copy; in tls_sw_sendmsg()1029 copied -= try_to_copy; in tls_sw_sendmsg()1037 required_size = msg_pl->sg.size + try_to_copy; in tls_sw_sendmsg()[all …]