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

Function inline_inb_tun_pkt_process

dpdk/lib/ipsec/esp_inb.c:825–830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823}
824
825uint16_t
826inline_inb_tun_pkt_process(const struct rte_ipsec_session *ss,
827 struct rte_mbuf *mb[], uint16_t num)
828{
829 return esp_inb_pkt_process(ss->sa, mb, num, 0, tun_process);
830}
831
832/*
833 * process group of ESP inbound transport packets.

Callers

nothing calls this directly

Calls 1

esp_inb_pkt_processFunction · 0.85

Tested by

no test coverage detected