Searched refs:try_to_copy (Results 1 – 1 of 1) sorted by relevance
975 struct sk_msg *msg_pl, size_t try_to_copy, in tls_sw_sendmsg_splice() argument985 try_to_copy, 1, 0, &off); in tls_sw_sendmsg_splice()999 try_to_copy -= part; in tls_sw_sendmsg_splice()1000 } while (try_to_copy && !sk_msg_full(msg_pl)); 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()1063 if (try_to_copy >= record_room) { in tls_sw_sendmsg_locked()1064 try_to_copy = record_room; in tls_sw_sendmsg_locked()1068 required_size = msg_pl->sg.size + try_to_copy + in tls_sw_sendmsg_locked()1084 try_to_copy -= required_size - msg_en->sg.size; in tls_sw_sendmsg_locked()[all …]