Searched defs:sa_ctx (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | sa.c | 914 struct sa_ctx *sa_ctx; in sa_create() local 1072 sa_add_rules(struct sa_ctx *sa_ctx, const struct ipsec_sa entries[], in sa_add_rules() 1238 sa_out_add_rules(struct sa_ctx *sa_ctx, const struct ipsec_sa entries[], in sa_out_add_rules() 1245 sa_in_add_rules(struct sa_ctx *sa_ctx, const struct ipsec_sa entries[], in sa_in_add_rules() 1441 sa_spi_present(struct sa_ctx *sa_ctx, uint32_t spi, int inbound) in sa_spi_present() 1528 inbound_sa_check(struct sa_ctx *sa_ctx, struct rte_mbuf *m, uint32_t sa_idx) in inbound_sa_check() 1543 inbound_sa_lookup(struct sa_ctx *sa_ctx, struct rte_mbuf *pkts[], in inbound_sa_lookup() 1577 outbound_sa_lookup(struct sa_ctx *sa_ctx, uint32_t sa_idx[], in outbound_sa_lookup()
|
| H A D | ipsec.h | 167 struct sa_ctx { struct 168 void *satbl; /* pointer to array of rte_ipsec_sa objects*/ 169 struct ipsec_sad sad; 170 struct ipsec_xf *xf; 171 uint32_t nb_sa; 172 struct ipsec_sa sa[]; 215 struct sa_ctx *sa_ctx; member
|
| H A D | ipsec_worker.c | 289 struct sa_ctx *sa_ctx; in process_ipsec_ev_outbound() local
|
| H A D | sp4.c | 522 check_spi_value(struct sa_ctx *sa_ctx, int inbound) in check_spi_value()
|
| H A D | sp6.c | 653 check_spi_value(struct sa_ctx *sa_ctx, int inbound) in check_spi_value()
|
| H A D | ipsec-secgw.c | 2748 inline_sessions_free(struct sa_ctx *sa_ctx) in inline_sessions_free()
|