Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.c522 ipsec_enqueue(ipsec_xform_fn xform_func, struct ipsec_ctx *ipsec_ctx, in ipsec_enqueue()
633 ipsec_inline_dequeue(ipsec_xform_fn xform_func, struct ipsec_ctx *ipsec_ctx, in ipsec_inline_dequeue()
659 ipsec_dequeue(ipsec_xform_fn xform_func, struct ipsec_ctx *ipsec_ctx, in ipsec_dequeue()
H A Dipsec.h55 typedef int32_t (*ipsec_xform_fn)(struct rte_mbuf *m, struct ipsec_sa *sa, typedef