Searched refs:sp4_ctx (Results 1 – 3 of 3) sorted by relevance
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_worker.c | 314 if (check_sp(ctx->sp4_ctx, nlp, &sa_idx) == 0) { in process_ipsec_ev_inbound() 406 if (check_sp(ctx->sp4_ctx, nlp, &sa_idx) == 0) { in process_ipsec_ev_outbound() 615 check_sp_sa_bulk(ctx->sp4_ctx, ctx->sa_ctx, &t.ip4); in process_ipsec_ev_inbound_vector() 643 check_sp_bulk(ctx->sp4_ctx, &t.ip4, &t.ipsec); in process_ipsec_ev_outbound_vector() 908 lconf.inbound.sp4_ctx = socket_ctx[socket_id].sp_ip4_in; in ipsec_wrkr_non_burst_int_port_app_mode() 914 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 | 221 struct sp_ctx *sp4_ctx; member
|
| H A D | ipsec-secgw.c | 792 inbound_sp_sa(ipsec_ctx->sp4_ctx, in process_pkts_inbound() 851 outbound_spd_lookup(ipsec_ctx->sp4_ctx, in process_pkts_outbound() 1183 inbound_sp_sa(ctx->sp4_ctx, ctx->sa_ctx, &trf.ip4, 0, in drain_inbound_crypto_queues() 1250 qconf->inbound.sp4_ctx = socket_ctx[socket_id].sp_ip4_in; in ipsec_poll_mode_worker() 1257 qconf->outbound.sp4_ctx = socket_ctx[socket_id].sp_ip4_out; in ipsec_poll_mode_worker()
|