Searched refs:try_to_copy (Results 1 – 1 of 1) sorted by relevance
995 struct sk_msg *msg_pl, size_t try_to_copy, in tls_sw_sendmsg_splice() argument1005 try_to_copy, 1, 0, &off); in tls_sw_sendmsg_splice()1019 try_to_copy -= part; in tls_sw_sendmsg_splice()1020 } while (try_to_copy && !sk_msg_full(msg_pl)); in tls_sw_sendmsg_splice()1036 size_t try_to_copy; in tls_sw_sendmsg_locked() local1081 try_to_copy = msg_data_left(msg); in tls_sw_sendmsg_locked()1083 if (try_to_copy >= record_room) { in tls_sw_sendmsg_locked()1084 try_to_copy = record_room; in tls_sw_sendmsg_locked()1088 required_size = msg_pl->sg.size + try_to_copy + in tls_sw_sendmsg_locked()1104 try_to_copy -= required_size - msg_en->sg.size; in tls_sw_sendmsg_locked()[all …]