Searched refs:sp6_ctx (Results 1 – 3 of 3) sorted by relevance
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_worker.c | 332 if (check_sp(ctx->sp6_ctx, nlp, &sa_idx) == 0) { in process_ipsec_ev_inbound() 413 if (check_sp(ctx->sp6_ctx, nlp, &sa_idx) == 0) { in process_ipsec_ev_outbound() 616 check_sp_sa_bulk(ctx->sp6_ctx, ctx->sa_ctx, &t.ip6); in process_ipsec_ev_inbound_vector() 644 check_sp_bulk(ctx->sp6_ctx, &t.ip6, &t.ipsec); in process_ipsec_ev_outbound_vector() 909 lconf.inbound.sp6_ctx = socket_ctx[socket_id].sp_ip6_in; in ipsec_wrkr_non_burst_int_port_app_mode() 915 lconf.outbound.sp6_ctx = socket_ctx[socket_id].sp_ip6_out; in ipsec_wrkr_non_burst_int_port_app_mode()
|
| H A D | ipsec.h | 222 struct sp_ctx *sp6_ctx; member
|
| H A D | ipsec-secgw.c | 796 inbound_sp_sa(ipsec_ctx->sp6_ctx, in process_pkts_inbound() 855 outbound_spd_lookup(ipsec_ctx->sp6_ctx, in process_pkts_outbound() 1190 inbound_sp_sa(ctx->sp6_ctx, ctx->sa_ctx, &trf.ip6, 0, in drain_inbound_crypto_queues() 1251 qconf->inbound.sp6_ctx = socket_ctx[socket_id].sp_ip6_in; in ipsec_poll_mode_worker() 1258 qconf->outbound.sp6_ctx = socket_ctx[socket_id].sp_ip6_out; in ipsec_poll_mode_worker()
|