Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.h381 sa_spi_present(struct sa_ctx *sa_ctx, uint32_t spi, int inbound);
H A Dsp4.c539 spi_idx = sa_spi_present(sa_ctx, spi, inbound); in check_spi_value()
H A Dsp6.c670 spi_idx = sa_spi_present(sa_ctx, spi, inbound); in check_spi_value()
H A Dsa.c1441 sa_spi_present(struct sa_ctx *sa_ctx, uint32_t spi, int inbound) in sa_spi_present() function