MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_ipsec_pkt_cpu_prepare

Function rte_ipsec_pkt_cpu_prepare

dpdk/lib/ipsec/rte_ipsec.h:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static inline uint16_t
125rte_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

Callers 1

ipsec_process_cpu_groupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected