Searched refs:record_room (Results 1 – 1 of 1) sorted by relevance
363 int record_room; in tls_sw_sendmsg() local391 record_room = TLS_MAX_PAYLOAD_SIZE - ctx->sg_plaintext_size; in tls_sw_sendmsg()392 if (try_to_copy >= record_room) { in tls_sw_sendmsg()393 try_to_copy = record_room; in tls_sw_sendmsg()515 int record_room; in tls_sw_sendpage() local541 record_room = TLS_MAX_PAYLOAD_SIZE - ctx->sg_plaintext_size; in tls_sw_sendpage()543 if (copy >= record_room) { in tls_sw_sendpage()544 copy = record_room; in tls_sw_sendpage()