Searched refs:record_room (Results 1 – 1 of 1) sorted by relevance
942 int record_room; in tls_sw_sendmsg() local986 record_room = TLS_MAX_PAYLOAD_SIZE - msg_pl->sg.size; in tls_sw_sendmsg()987 if (try_to_copy >= record_room) { in tls_sw_sendmsg()988 try_to_copy = record_room; in tls_sw_sendmsg()1162 int record_room; in tls_sw_do_sendpage() local1190 record_room = TLS_MAX_PAYLOAD_SIZE - msg_pl->sg.size; in tls_sw_do_sendpage()1192 if (copy >= record_room) { in tls_sw_do_sendpage()1193 copy = record_room; in tls_sw_do_sendpage()