Searched refs:record_room (Results 1 – 1 of 1) sorted by relevance
941 int record_room; in tls_sw_sendmsg() local985 record_room = TLS_MAX_PAYLOAD_SIZE - msg_pl->sg.size; in tls_sw_sendmsg()986 if (try_to_copy >= record_room) { in tls_sw_sendmsg()987 try_to_copy = record_room; in tls_sw_sendmsg()1161 int record_room; in tls_sw_do_sendpage() local1189 record_room = TLS_MAX_PAYLOAD_SIZE - msg_pl->sg.size; in tls_sw_do_sendpage()1191 if (copy >= record_room) { in tls_sw_do_sendpage()1192 copy = record_room; in tls_sw_do_sendpage()