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

Function esp_inb_trs_pkt_process

dpdk/lib/ipsec/esp_inb.c:835–842  ·  view source on GitHub ↗

* process group of ESP inbound transport packets. */

Source from the content-addressed store, hash-verified

833 * process group of ESP inbound transport packets.
834 */
835uint16_t
836esp_inb_trs_pkt_process(const struct rte_ipsec_session *ss,
837 struct rte_mbuf *mb[], uint16_t num)
838{
839 struct rte_ipsec_sa *sa = ss->sa;
840
841 return esp_inb_pkt_process(sa, mb, num, sa->sqh_len, trs_process);
842}
843
844uint16_t
845inline_inb_trs_pkt_process(const struct rte_ipsec_session *ss,

Callers

nothing calls this directly

Calls 1

esp_inb_pkt_processFunction · 0.85

Tested by

no test coverage detected