Searched refs:try_to_copy (Results 1 – 1 of 1) sorted by relevance
1006 struct sk_msg *msg_pl, size_t try_to_copy, in tls_sw_sendmsg_splice() argument1016 try_to_copy, 1, 0, &off); in tls_sw_sendmsg_splice()1030 try_to_copy -= part; in tls_sw_sendmsg_splice()1031 } while (try_to_copy && !sk_msg_full(msg_pl)); in tls_sw_sendmsg_splice()1047 size_t try_to_copy; in tls_sw_sendmsg_locked() local1092 try_to_copy = msg_data_left(msg); in tls_sw_sendmsg_locked()1094 if (try_to_copy >= record_room) { in tls_sw_sendmsg_locked()1095 try_to_copy = record_room; in tls_sw_sendmsg_locked()1099 required_size = msg_pl->sg.size + try_to_copy + in tls_sw_sendmsg_locked()1115 try_to_copy -= required_size - msg_en->sg.size; in tls_sw_sendmsg_locked()[all …]