1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2016 Intel Corporation
4 #ifndef __RTE_IPSEC_XFORM_ESP_H__
5 #define __RTE_IPSEC_XFORM_ESP_H__
11 esp_inbound(struct rte_mbuf *m, struct ipsec_sa *sa,
12 struct rte_crypto_op *cop);
15 esp_inbound_post(struct rte_mbuf *m, struct ipsec_sa *sa,
16 struct rte_crypto_op *cop);
19 esp_outbound(struct rte_mbuf *m, struct ipsec_sa *sa,
20 struct rte_crypto_op *cop);
23 esp_outbound_post(struct rte_mbuf *m, struct ipsec_sa *sa,
24 struct rte_crypto_op *cop);
26 #endif /* __RTE_IPSEC_XFORM_ESP_H__ */