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

Function inline_inb_trs_pkt_process

dpdk/lib/ipsec/esp_inb.c:844–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844uint16_t
845inline_inb_trs_pkt_process(const struct rte_ipsec_session *ss,
846 struct rte_mbuf *mb[], uint16_t num)
847{
848 return esp_inb_pkt_process(ss->sa, mb, num, 0, trs_process);
849}

Callers

nothing calls this directly

Calls 1

esp_inb_pkt_processFunction · 0.85

Tested by

no test coverage detected