Home
last modified time | relevance | path

Searched defs:ipsec_ctx (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.h211 struct ipsec_ctx { struct
212 struct rte_hash *cdev_map;
213 struct sp_ctx *sp4_ctx;
214 struct sp_ctx *sp6_ctx;
215 struct sa_ctx *sa_ctx;
216 uint16_t nb_qps;
217 uint16_t last_qp;
219 struct rte_mempool *session_pool;
222 uint16_t ol_pkts_cnt;
223 uint64_t ipv4_offloads;
[all …]
H A Dipsec.c58 create_lookaside_session(struct ipsec_ctx *ipsec_ctx, struct ipsec_sa *sa, in create_lookaside_session()
522 ipsec_enqueue(ipsec_xform_fn xform_func, struct ipsec_ctx *ipsec_ctx, in ipsec_enqueue()
633 ipsec_inline_dequeue(ipsec_xform_fn xform_func, struct ipsec_ctx *ipsec_ctx, in ipsec_inline_dequeue()
659 ipsec_dequeue(ipsec_xform_fn xform_func, struct ipsec_ctx *ipsec_ctx, in ipsec_dequeue()
H A Dipsec-secgw.c711 process_pkts_inbound(struct ipsec_ctx *ipsec_ctx, in process_pkts_inbound()
766 process_pkts_outbound(struct ipsec_ctx *ipsec_ctx, in process_pkts_outbound()
806 process_pkts_inbound_nosp(struct ipsec_ctx *ipsec_ctx, in process_pkts_inbound_nosp()
846 process_pkts_outbound_nosp(struct ipsec_ctx *ipsec_ctx, in process_pkts_outbound_nosp()
1898 struct ipsec_ctx *ipsec_ctx, in add_mapping()
1957 struct ipsec_ctx *ipsec_ctx; in add_cdev_mapping() local
H A Dparser.c418 cmdline_parse_ctx_t ipsec_ctx[] = { variable