Home
last modified time | relevance | path

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

/dpdk/examples/ipsec-secgw/
H A Dipsec.h106 struct ipsec_sa { struct
108 uint32_t spi;
110 uint64_t seq;
111 uint32_t salt;
117 uint16_t iv_len;
142 enum rte_security_ipsec_sa_direction direction; argument
144 uint16_t portid;
145 uint64_t esn;
146 uint16_t mss;
170 struct ipsec_sad { argument
[all …]
/dpdk/app/test/
H A Dtest_ipsec_perf.c52 struct ipsec_sa { struct
54 struct rte_ipsec_sa_prm sa_prm; argument
56 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 …]