Searched refs:sp6_ctx (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_worker.c | 233 if (check_sp(ctx->sp6_ctx, nlp, &sa_idx) == 0) { in process_ipsec_ev_inbound() 313 if (check_sp(ctx->sp6_ctx, nlp, &sa_idx) == 0) { in process_ipsec_ev_outbound() 524 lconf.inbound.sp6_ctx = socket_ctx[socket_id].sp_ip6_in; in ipsec_wrkr_non_burst_int_port_app_mode() 530 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 | 214 struct sp_ctx *sp6_ctx; member
|
| H A D | ipsec-secgw.c | 732 inbound_sp_sa(ipsec_ctx->sp6_ctx, ipsec_ctx->sa_ctx, &traffic->ip6, in process_pkts_inbound() 779 outbound_sp(ipsec_ctx->sp6_ctx, &traffic->ip6, &traffic->ipsec); in process_pkts_outbound() 1116 inbound_sp_sa(ctx->sp6_ctx, ctx->sa_ctx, &trf.ip6, 0); in drain_inbound_crypto_queues() 1176 qconf->inbound.sp6_ctx = socket_ctx[socket_id].sp_ip6_in; in ipsec_poll_mode_worker() 1183 qconf->outbound.sp6_ctx = socket_ctx[socket_id].sp_ip6_out; in ipsec_poll_mode_worker()
|