Home
last modified time | relevance | path

Searched refs:check_sp (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec_worker.c105 check_sp(struct sp_ctx *sp, const uint8_t *nlp, uint32_t *sa_idx) in check_sp() function
215 if (check_sp(ctx->sp4_ctx, nlp, &sa_idx) == 0) { in process_ipsec_ev_inbound()
233 if (check_sp(ctx->sp6_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()
313 if (check_sp(ctx->sp6_ctx, nlp, &sa_idx) == 0) { in process_ipsec_ev_outbound()