Lines Matching refs:try_to_copy
925 size_t try_to_copy; in tls_sw_sendmsg() local
975 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()
1048 try_to_copy -= required_size - msg_pl->sg.size; in tls_sw_sendmsg()
1054 if (try_to_copy) { in tls_sw_sendmsg()
1056 msg_pl, try_to_copy); in tls_sw_sendmsg()
1065 copied += try_to_copy; in tls_sw_sendmsg()