Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/cnxk/
H A Dcn9k_ipsec_la_ops.h30 uint32_t esn_low = 0, esn_hi = 0, seql = 0, seqh = 0; in ipsec_antireplay_check() local
44 esn_low = rte_be_to_cpu_32(common_sa->esn_low); in ipsec_antireplay_check()
54 esn_low); in ipsec_antireplay_check()
63 seq_in_sa = ((uint64_t)esn_hi << 32) | esn_low; in ipsec_antireplay_check()
65 common_sa->esn_low = rte_cpu_to_be_32(seql); in ipsec_antireplay_check()
H A Dcn9k_ipsec.c279 common_sa->esn_low = ipsec->esn.low; in fill_ipsec_common_sa()
635 in_sa->common_sa.esn_low = sa->seq_lo; in cn9k_ipsec_inb_sa_create()
/dpdk/drivers/common/cnxk/
H A Dcnxk_security_ar.h35 uint32_t esn_low) in cnxk_on_anti_replay_get_seqh() argument
37 uint32_t win_low = esn_low - winsz + 1; in cnxk_on_anti_replay_get_seqh()
39 if (esn_low > winsz - 1) { in cnxk_on_anti_replay_get_seqh()
H A Droc_ie_on.h175 uint32_t esn_low; member
305 uint32_t esn_low; member
/dpdk/drivers/common/iavf/
H A Dvirtchnl_inline_ipsec.h246 u32 esn_low; member
304 u32 esn_low; /* low 32 bits of esn */ member
413 u32 esn_low; member
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_sec_telemetry.c69 rte_tel_data_add_dict_u64(d, str, in_sa->esn_low); in copy_inb_sa_9k()
H A Dcn9k_rx.h204 rte_be_to_cpu_32(sa->esn_low); in ipsec_antireplay_check()
206 sa->esn_low = rte_cpu_to_be_32(seql); in ipsec_antireplay_check()
/dpdk/drivers/net/iavf/
H A Diavf_ipsec_crypto.c498 sa_cfg->esn_low = conf->ipsec.esn.low; in iavf_ipsec_crypto_security_association_add()