Home
last modified time | relevance | path

Searched refs:ESP (Results 1 – 21 of 21) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/test/
H A Dtun_null_header_reconstruct.py147 self.assertEqual(pkt[ESP].spi, 6)
156 self.assertEqual(pkt[ESP].spi, 8)
165 self.assertEqual(pkt[ESP].spi, 10)
174 self.assertEqual(pkt[ESP].spi, 12)
184 self.assertEqual(resp[ESP].spi, 5)
191 self.assertEqual(resp[ESP].spi, 5)
198 self.assertEqual(resp[ESP].spi, 5)
212 self.assertEqual(resp[ESP].spi, 7)
219 self.assertEqual(resp[ESP].spi, 7)
379 self.assertEqual(resp[ESP].spi, 5)
[all …]
H A Dtrs_ipv6opts.py41 esp = pkt[ESP]
48 pkt[ESP].underlayer.nh = d[IPv6].nh
49 pkt[ESP].underlayer.remove_payload()
61 self.outb_sa = SecurityAssociation(ESP, spi=5)
62 self.inb_sa = SecurityAssociation(ESP, spi=6)
71 self.assertEqual(resp[ESP].spi, 5)
105 self.assertEqual(resp[ESP].spi, 5)
/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…
72 - remove ESP header and trailer, padding, IV and ICV data
79 - add ESP header and trailer, padding and IV data
104 - remove ESP header and trailer, padding, IV and ICV data
111 - add ESP header and trailer, padding and IV data
310 * ESP protocol tunnel mode both IPv4/IPv6.
312 * ESP protocol transport mode both IPv4/IPv6.
H A Drte_security.rst53 ESP/AH headers will remain in the packet but the received packet
89 | | ESP | | <------ Add ESP header without trailer to packet
124 ESP/AH headers will be removed from the packet and the received packet
185 | HW ACCELERATED | <------ Add tunnel, ESP header etc header to
204 E.g. in case of IPsec, IPsec tunnel headers (if any), ESP/AH headers
248 | | | \---/ | | <--- Add tunnel, ESP header etc
371 { /* IPsec Lookaside Protocol offload ESP Tunnel Egress */
382 { /* IPsec Lookaside Protocol offload ESP Tunnel Ingress */
707 To add a new inline SA construct a rte_flow_item for Ethernet + IP + ESP
715 | Eth | -> | IP4/6 | -> | ESP | -> | END |
[all …]
H A Drte_flow.rst1140 Item: ``ESP``
1143 Matches an ESP header.
1145 - ``hdr``: ESP header definition (``rte_esp.h``).
1977 ``rte_security_session``. The SA is identified according to the IP and ESP
1991 | 2 | ESP |
/f-stack/freebsd/i386/i386/
H A Dbpf_jit_machdep.c209 MOVrd(ESP, EBP); in bpf_jit_compile()
212 SUBib(BPF_MEMWORDS * sizeof(uint32_t), ESP); in bpf_jit_compile()
311 MOVrd(ESP, ECX); in bpf_jit_compile()
320 MOVrd(ESP, ECX); in bpf_jit_compile()
H A Dbpf_jit_machdep.h46 #define ESP 4 macro
/f-stack/dpdk/doc/guides/nics/
H A Dixgbe.rst259 mode for ESP packets only:
261 - ESP authentication only: AES-128-GMAC (128-bit key)
262 - ESP encryption and authentication: AES-128-GCM (128-bit key)
H A Di40e.rst488 Current implementation supports GTP-C/GTP-U/PPPoE/PPPoL2TP/ESP,
497 ESP-AH package is released, and it can be downloaded from
/f-stack/dpdk/doc/guides/cryptodevs/
H A Docteontx2.rst176 * ESP
/f-stack/freebsd/amd64/amd64/
H A Dbpf_jit_machdep.h63 #define ESP 4 macro
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst34 In case of complete protocol offload, the processing of headers(ESP and outer
47 * Classify packets between IPv4 and ESP.
48 * Perform Inbound SA lookup for ESP packets based on their SPI.
50 * Remove ESP and outer IP header (Not needed in case of protocol offload).
60 * Add ESP and outer IP header (Not needed in case protocol offload).
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_fdir.c852 VIRTCHNL_SET_PROTO_HDR_TYPE(hdr, ESP); in iavf_fdir_parse_pattern()
857 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, ESP, SPI); in iavf_fdir_parse_pattern()
/f-stack/dpdk/doc/api/
H A Ddoxy-api-index.md104 [ESP] (@ref rte_esp.h),
/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
166 Added support for ESP and L2TPv3 over IP rte_flow patterns to the testpmd
H A Drelease_19_02.rst155 Added an experimental library ``librte_ipsec`` to provide ESP tunnel and
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.h5428 UINT32 ESP; member
5585 UINT32 ESP; member
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.c70 MK_FLOW_ITEM(ESP, sizeof(struct rte_flow_item_esp)),
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4788 Sample ESP rules
4791 ESP rules can be created by the following commands::
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c3123 .priv = PRIV_ITEM(ESP, sizeof(struct rte_flow_item_esp)),