Searched defs:ipsec_sa (Results 1 – 2 of 2) sorted by relevance
108 struct ipsec_sa { struct109 struct rte_ipsec_session sessions[IPSEC_SESSION_MAX];110 uint32_t spi;111 uint32_t cdev_id_qp;112 uint64_t seq;113 uint32_t salt;114 uint32_t fallback_sessions;138 enum rte_security_ipsec_sa_direction direction; argument162 struct ipsec_sad { argument172 struct ipsec_sa sa[]; argument
40 struct ipsec_sa { struct42 struct rte_ipsec_sa_prm sa_prm; argument44 struct rte_crypto_sym_xform cipher_xform;45 struct rte_crypto_sym_xform auth_xform;46 struct rte_crypto_sym_xform aead_xform;47 struct rte_crypto_sym_xform *crypto_xforms;48 struct rte_crypto_op *cop[BURST_SIZE];49 enum rte_crypto_sym_xform_type type;50 struct stats_counter cnt;51 uint32_t replay_win_sz;[all …]