Searched refs:tls_rec_offset (Results 1 – 1 of 1) sorted by relevance
1270 u32 tls_rec_offset, u8 *prior_data, in chcr_ktls_xmit_wr_short() argument1358 (!tls_rec_offset ? TLS_HEADER_SIZE + tx_info->iv_size : 0); in chcr_ktls_xmit_wr_short()1417 htonl(2 + (tls_rec_offset ? ((tls_rec_offset - in chcr_ktls_xmit_wr_short()1814 u32 tls_rec_offset = tcp_seq - tls_record_start_seq(record); in chcr_short_record_handler() local1841 if (tls_rec_offset + data_len <= (TLS_HEADER_SIZE + tx_info->iv_size)) { in chcr_short_record_handler()1855 if (tls_rec_offset) { in chcr_short_record_handler()1859 if (tls_rec_offset < (TLS_HEADER_SIZE + tx_info->iv_size)) { in chcr_short_record_handler()1860 prior_data_len = tls_rec_offset; in chcr_short_record_handler()1861 tls_rec_offset = 0; in chcr_short_record_handler()1865 (tls_rec_offset - in chcr_short_record_handler()[all …]