Lines Matching defs:ipsec_ctx
219 struct ipsec_ctx { struct
220 struct rte_hash *cdev_map;
221 struct sp_ctx *sp4_ctx;
222 struct sp_ctx *sp6_ctx;
223 struct sa_ctx *sa_ctx;
224 uint16_t nb_qps;
225 uint16_t last_qp;
226 struct cdev_qp tbl[MAX_QP_PER_LCORE];
227 struct rte_mempool *session_pool;
228 struct rte_mempool *session_priv_pool;
230 uint16_t ol_pkts_cnt;
231 uint64_t ipv4_offloads;
232 uint64_t ipv6_offloads;