Home
last modified time | relevance | path

Searched refs:PKT_RX_SEC_OFFLOAD_FAILED (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/lib/librte_ipsec/
H A Drte_ipsec_group.h100 m->ol_flags |= PKT_RX_SEC_OFFLOAD_FAILED; in rte_ipsec_pkt_crypto_group()
H A Dmisc.h176 mb[i]->ol_flags |= PKT_RX_SEC_OFFLOAD_FAILED; in cpu_crypto_bulk()
H A Dsa.c593 if ((mb[i]->ol_flags & PKT_RX_SEC_OFFLOAD_FAILED) == 0) in pkt_flag_process()
H A Desp_inb.c402 if ((mb->ol_flags & PKT_RX_SEC_OFFLOAD_FAILED) != 0 || in trs_process_check()
H A Desp_outb.c547 if ((mb[i]->ol_flags & PKT_RX_SEC_OFFLOAD_FAILED) == 0) { in esp_outb_sqh_process()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec_worker.c206 PKT_RX_SEC_OFFLOAD_FAILED)) { in process_ipsec_ev_inbound()
224 PKT_RX_SEC_OFFLOAD_FAILED)) { in process_ipsec_ev_inbound()
H A Desp.c163 if (m->ol_flags & PKT_RX_SEC_OFFLOAD_FAILED) in esp_inbound_post()
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.c768 case PKT_RX_SEC_OFFLOAD_FAILED: return "PKT_RX_SEC_OFFLOAD_FAILED"; in rte_get_rx_ol_flag_name()
811 { PKT_RX_SEC_OFFLOAD_FAILED, PKT_RX_SEC_OFFLOAD_FAILED, NULL }, in rte_get_rx_ol_flag_list()
H A Drte_mbuf_core.h162 #define PKT_RX_SEC_OFFLOAD_FAILED (1ULL << 19) macro
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_rx.h251 return PKT_RX_SEC_OFFLOAD | PKT_RX_SEC_OFFLOAD_FAILED; in nix_rx_sec_mbuf_update()
263 return PKT_RX_SEC_OFFLOAD | PKT_RX_SEC_OFFLOAD_FAILED; in nix_rx_sec_mbuf_update()
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst449 ``mbuf.ol_flags:PKT_TX_SEC_OFFLOAD``, ``mbuf.ol_flags:PKT_RX_SEC_OFFLOAD_FAILED``.
471 ``mbuf.ol_flags:PKT_TX_SEC_OFFLOAD``, ``mbuf.ol_flags:PKT_RX_SEC_OFFLOAD_FAILED``.
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx_vec_sse.c111 _mm_set1_epi32(PKT_RX_SEC_OFFLOAD_FAILED | in desc_to_olflags_v_ipsec()
H A Dixgbe_rxtx.c1470 pkt_flags |= PKT_RX_SEC_OFFLOAD_FAILED; in rx_desc_error_to_pkt_flags()
/f-stack/dpdk/app/test/
H A Dtest_mbuf.c1625 VAL_NAME(PKT_RX_SEC_OFFLOAD_FAILED), in test_get_rx_ol_flag_name()