Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Desp.h23 esp_outbound_post(struct rte_mbuf *m, struct ipsec_sa *sa,
H A Dipsec.c744 return ipsec_inline_dequeue(esp_outbound_post, ctx, pkts, len); in ipsec_outbound()
751 return ipsec_dequeue(esp_outbound_post, ctx, pkts, len); in ipsec_outbound_cqp_dequeue()
H A Desp.c455 esp_outbound_post(struct rte_mbuf *m, in esp_outbound_post() function