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

Function inline_proto_outb_pkt_process

dpdk/lib/ipsec/esp_outb.c:855–861  ·  view source on GitHub ↗

* outbound for RTE_SECURITY_ACTION_TYPE_INLINE_PROTOCOL: * actual processing is done by HW/PMD, just set flags and metadata. */

Source from the content-addressed store, hash-verified

853 * actual processing is done by HW/PMD, just set flags and metadata.
854 */
855uint16_t
856inline_proto_outb_pkt_process(const struct rte_ipsec_session *ss,
857 struct rte_mbuf *mb[], uint16_t num)
858{
859 inline_outb_mbuf_prepare(ss, mb, num);
860 return num;
861}

Callers

nothing calls this directly

Calls 1

inline_outb_mbuf_prepareFunction · 0.85

Tested by

no test coverage detected