Home
last modified time | relevance | path

Searched refs:tls_rec_offset (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c1274 u32 tls_rec_offset, u8 *prior_data, in chcr_ktls_xmit_wr_short() argument
1362 (!tls_rec_offset ? TLS_HEADER_SIZE + tx_info->iv_size : 0); in chcr_ktls_xmit_wr_short()
1421 htonl(2 + (tls_rec_offset ? ((tls_rec_offset - in chcr_ktls_xmit_wr_short()
1775 u32 tls_rec_offset = tcp_seq - tls_record_start_seq(record); in chcr_short_record_handler() local
1802 if (tls_rec_offset + data_len <= (TLS_HEADER_SIZE + tx_info->iv_size)) { in chcr_short_record_handler()
1816 if (tls_rec_offset) { in chcr_short_record_handler()
1820 if (tls_rec_offset < (TLS_HEADER_SIZE + tx_info->iv_size)) { in chcr_short_record_handler()
1821 prior_data_len = tls_rec_offset; in chcr_short_record_handler()
1822 tls_rec_offset = 0; in chcr_short_record_handler()
1826 (tls_rec_offset - in chcr_short_record_handler()
[all …]