Home
last modified time | relevance | path

Searched refs:AH (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/doc/guides/prog_guide/
H A Dipsec_lib.rst12 (ESP and AH), IKE protocol(s) implementation is out of scope
24 * for inbound ESP/AH packets perform decryption, authentication, integrity checking, remove ESP/AH
25 * for outbound packets perform payload encryption, attach ICV, update/add IP headers, add ESP/AH h…
H A Drte_security.rst53 ESP/AH headers will remain in the packet but the received packet
124 ESP/AH headers will be removed from the packet and the received packet
204 E.g. in case of IPsec, IPsec tunnel headers (if any), ESP/AH headers
H A Drte_flow.rst1359 Item: ``AH``
1364 - ``next_hdr``: next payload after AH.
1365 - ``payload_len``: total length of AH in 4B words.
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_fdir.c873 VIRTCHNL_SET_PROTO_HDR_TYPE(hdr, AH); in iavf_fdir_parse_pattern()
878 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, AH, SPI); in iavf_fdir_parse_pattern()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.c95 MK_FLOW_ITEM(AH, sizeof(struct rte_flow_item_ah)),
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_02.rst129 * Added support for ESP-AH profiles which can be programmed by the
H A Drelease_20_08.rst162 * Added RSS support for GTPU, L2TP, ESP, AH, PFCP and PPPoE.
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DBaseLib.h5558 UINT8 AH; member
/f-stack/dpdk/doc/guides/nics/
H A Di40e.rst497 ESP-AH package is released, and it can be downloaded from
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst108 * No AH mode.
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3746 - ``ah``: match AH header.
4802 Sample AH rules
4805 AH rules can be created by the following commands::
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c3137 .priv = PRIV_ITEM(AH, sizeof(struct rte_flow_item_ah)),