| 122 | } |
| 123 | |
| 124 | static inline uint16_t |
| 125 | rte_ipsec_pkt_cpu_prepare(const struct rte_ipsec_session *ss, |
| 126 | struct rte_mbuf *mb[], uint16_t num) |
| 127 | { |
| 128 | return ss->pkt_func.prepare.sync(ss, mb, num); |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Finalise processing of packets after crypto-dev finished with them or |
no outgoing calls
no test coverage detected