Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c558 u32 esnlen = 0; in ch_ipsec_crypto_wreq() local
577 esnlen = sizeof(struct chcr_ipsec_aadiv); in ch_ipsec_crypto_wreq()
606 esnlen + in ch_ipsec_crypto_wreq()
607 (esnlen ? 0 : immdatalen)); in ch_ipsec_crypto_wreq()
620 wr->req.sec_cpl.pldlen = htonl(skb->len + esnlen); in ch_ipsec_crypto_wreq()
627 ciphstart += sa_entry->esn ? esnlen : 0; in ch_ipsec_crypto_wreq()