Searched refs:sp4_ctx (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_worker.c | 215 if (check_sp(ctx->sp4_ctx, nlp, &sa_idx) == 0) { in process_ipsec_ev_inbound() 306 if (check_sp(ctx->sp4_ctx, nlp, &sa_idx) == 0) { in process_ipsec_ev_outbound() 523 lconf.inbound.sp4_ctx = socket_ctx[socket_id].sp_ip4_in; in ipsec_wrkr_non_burst_int_port_app_mode() 529 lconf.outbound.sp4_ctx = socket_ctx[socket_id].sp_ip4_out; in ipsec_wrkr_non_burst_int_port_app_mode()
|
| H A D | ipsec.h | 213 struct sp_ctx *sp4_ctx; member
|
| H A D | ipsec-secgw.c | 729 inbound_sp_sa(ipsec_ctx->sp4_ctx, ipsec_ctx->sa_ctx, &traffic->ip4, in process_pkts_inbound() 777 outbound_sp(ipsec_ctx->sp4_ctx, &traffic->ip4, &traffic->ipsec); in process_pkts_outbound() 1110 inbound_sp_sa(ctx->sp4_ctx, ctx->sa_ctx, &trf.ip4, 0); in drain_inbound_crypto_queues() 1175 qconf->inbound.sp4_ctx = socket_ctx[socket_id].sp_ip4_in; in ipsec_poll_mode_worker() 1182 qconf->outbound.sp4_ctx = socket_ctx[socket_id].sp_ip4_out; in ipsec_poll_mode_worker()
|