Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_anti_replay.h174 uint32_t seql; in cpt_ipsec_antireplay_check() local
180 seql = rte_be_to_cpu_32(*((uint32_t *)(data + in cpt_ipsec_antireplay_check()
184 seq = (uint64_t)seql; in cpt_ipsec_antireplay_check()
188 seq = ((uint64_t)seqh << 32) | seql; in cpt_ipsec_antireplay_check()
200 sa->esn_low = rte_cpu_to_be_32(seql); in cpt_ipsec_antireplay_check()