Searched defs:ipsec_sa (Results 1 – 2 of 2) sorted by relevance
106 struct ipsec_sa { struct108 uint32_t spi;110 uint64_t seq;111 uint32_t salt;117 uint16_t iv_len;142 enum rte_security_ipsec_sa_direction direction; argument144 uint16_t portid;145 uint64_t esn;146 uint16_t mss;170 struct ipsec_sad { argument[all …]
52 struct ipsec_sa { struct54 struct rte_ipsec_sa_prm sa_prm; argument56 struct rte_crypto_sym_xform cipher_xform;57 struct rte_crypto_sym_xform auth_xform;58 struct rte_crypto_sym_xform aead_xform;59 struct rte_crypto_sym_xform *crypto_xforms;60 struct rte_crypto_op *cop[BURST_SIZE];61 enum rte_crypto_sym_xform_type type;62 struct stats_counter cnt;63 uint32_t replay_win_sz;[all …]