Searched refs:try_to_copy (Results 1 – 1 of 1) sorted by relevance
999 try_to_copy -= part; in tls_sw_sendmsg_splice()1016 size_t try_to_copy; in tls_sw_sendmsg_locked() local1061 try_to_copy = msg_data_left(msg); in tls_sw_sendmsg_locked()1064 try_to_copy = record_room; in tls_sw_sendmsg_locked()1090 try_to_copy, &copied); in tls_sw_sendmsg_locked()1107 msg_pl, try_to_copy); in tls_sw_sendmsg_locked()1112 copied += try_to_copy; in tls_sw_sendmsg_locked()1130 copied -= try_to_copy; in tls_sw_sendmsg_locked()1155 if (try_to_copy) { in tls_sw_sendmsg_locked()1157 msg_pl, try_to_copy); in tls_sw_sendmsg_locked()[all …]