Searched defs:ipsec_ctx (Results 1 – 4 of 4) sorted by relevance
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec.h | 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; 227 struct rte_mempool *session_pool; 230 uint16_t ol_pkts_cnt; 231 uint64_t ipv4_offloads; [all …]
|
| H A D | ipsec.c | 58 create_lookaside_session(struct ipsec_ctx *ipsec_ctx, struct ipsec_sa *sa, in create_lookaside_session() 593 ipsec_enqueue(ipsec_xform_fn xform_func, struct ipsec_ctx *ipsec_ctx, in ipsec_enqueue() 713 ipsec_inline_dequeue(ipsec_xform_fn xform_func, struct ipsec_ctx *ipsec_ctx, in ipsec_inline_dequeue() 739 ipsec_dequeue(ipsec_xform_fn xform_func, struct ipsec_ctx *ipsec_ctx, in ipsec_dequeue()
|
| H A D | ipsec-secgw.c | 773 process_pkts_inbound(struct ipsec_ctx *ipsec_ctx, in process_pkts_inbound() 839 process_pkts_outbound(struct ipsec_ctx *ipsec_ctx, in process_pkts_outbound() 884 process_pkts_inbound_nosp(struct ipsec_ctx *ipsec_ctx, in process_pkts_inbound_nosp() 914 process_pkts_outbound_nosp(struct ipsec_ctx *ipsec_ctx, in process_pkts_outbound_nosp() 2028 struct ipsec_ctx *ipsec_ctx, in add_mapping() 2087 struct ipsec_ctx *ipsec_ctx; in add_cdev_mapping() local
|
| H A D | parser.c | 418 cmdline_parse_ctx_t ipsec_ctx[] = { variable
|