Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.h347 inbound_sa_check(struct sa_ctx *sa_ctx, struct rte_mbuf *m, uint32_t sa_idx);
H A Dsa.c1528 inbound_sa_check(struct sa_ctx *sa_ctx, struct rte_mbuf *m, uint32_t sa_idx) in inbound_sa_check() function
H A Dipsec-secgw.c666 if (!inbound_sa_check(sa, m, sa_idx)) { in inbound_sp_sa()