Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c574 u32 esnlen = 0; in ch_ipsec_crypto_wreq() local
593 esnlen = sizeof(struct chcr_ipsec_aadiv); in ch_ipsec_crypto_wreq()
622 esnlen + in ch_ipsec_crypto_wreq()
623 (esnlen ? 0 : immdatalen)); in ch_ipsec_crypto_wreq()
636 wr->req.sec_cpl.pldlen = htonl(skb->len + esnlen); in ch_ipsec_crypto_wreq()
643 ciphstart += sa_entry->esn ? esnlen : 0; in ch_ipsec_crypto_wreq()