* outbound for RTE_SECURITY_ACTION_TYPE_INLINE_PROTOCOL: * actual processing is done by HW/PMD, just set flags and metadata. */
| 853 | * actual processing is done by HW/PMD, just set flags and metadata. |
| 854 | */ |
| 855 | uint16_t |
| 856 | inline_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 | } |
nothing calls this directly
no test coverage detected