Searched refs:tls_end_offset (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c1687 * @tls_end_offset - offset from end of the record.
1696 u32 tls_end_offset, bool last_wr)
1702 if (tls_end_offset == record->len) {
1765 * @tls_end_offset - offset from end of the record.
1773 struct sge_eth_txq *q, u32 tls_end_offset)
1782 int remaining_record = tls_end_offset - data_len;
1788 if (tls_end_offset > TLS_CIPHER_AES_GCM_128_TAG_SIZE)
1921 u32 tls_end_offset, tcp_seq, skb_data_len, skb_offset; local
1995 tls_end_offset = record->end_seq - tcp_seq;
2004 tls_end_offset < TLS_CIPHER_AES_GCM_128_TAG_SIZ
1691 chcr_end_part_handler(struct chcr_ktls_info *tx_info, struct sk_buff *skb, struct tls_record_info *record, u32 tcp_seq, int mss, bool tcp_push_no_fin, struct sge_eth_txq *q, u32 skb_offset, u32 tls_end_offset, bool last_wr) argument
1768 chcr_short_record_handler(struct chcr_ktls_info *tx_info, struct sk_buff *skb, struct tls_record_info *record, u32 tcp_seq, int mss, bool tcp_push_no_fin, u32 data_len, u32 skb_offset, struct sge_eth_txq *q, u32 tls_end_offset) argument
[all...]

Completed in 146 milliseconds