Searched refs:record_room (Results 1 – 1 of 1) sorted by relevance
932 int record_room; in tls_sw_sendmsg() local976 record_room = TLS_MAX_PAYLOAD_SIZE - msg_pl->sg.size; in tls_sw_sendmsg()977 if (try_to_copy >= record_room) { in tls_sw_sendmsg()978 try_to_copy = record_room; in tls_sw_sendmsg()1152 int record_room; in tls_sw_do_sendpage() local1180 record_room = TLS_MAX_PAYLOAD_SIZE - msg_pl->sg.size; in tls_sw_do_sendpage()1182 if (copy >= record_room) { in tls_sw_do_sendpage()1183 copy = record_room; in tls_sw_do_sendpage()