Searched refs:record_room (Results 1 – 1 of 1) sorted by relevance
892 int record_room; in tls_sw_sendmsg() local934 record_room = TLS_MAX_PAYLOAD_SIZE - msg_pl->sg.size; in tls_sw_sendmsg()935 if (try_to_copy >= record_room) { in tls_sw_sendmsg()936 try_to_copy = record_room; in tls_sw_sendmsg()1105 int record_room; in tls_sw_do_sendpage() local1133 record_room = TLS_MAX_PAYLOAD_SIZE - msg_pl->sg.size; in tls_sw_do_sendpage()1135 if (copy >= record_room) { in tls_sw_do_sendpage()1136 copy = record_room; in tls_sw_do_sendpage()