Home
last modified time | relevance | path

Searched defs:ipsec_sa (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.h108 struct ipsec_sa { struct
109 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; argument
162 struct ipsec_sad { argument
172 struct ipsec_sa sa[]; argument
/f-stack/dpdk/app/test/
H A Dtest_ipsec_perf.c40 struct ipsec_sa { struct
42 struct rte_ipsec_sa_prm sa_prm; argument
44 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 …]