| /f-stack/freebsd/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,smp2p.txt | 38 Definition: two identifiers of the inbound and outbound smem items used 52 Each SMP2P pair contain a set of inbound and outbound entries, these are 59 Definition: specifies the name of this entry, for inbound entries this 67 Definition: marks the entry as inbound; the node should be specified 85 inbound and one outbound entry:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | mobiveil-pcie.txt | 4 has up to 8 outbound and inbound windows for the address translation. 25 - ppio-wins : number of requested ppio inbound windows 26 default 1 inbound memory window is configured.
|
| H A D | cdns-pcie-host.yaml | 28 significant bits kept during inbound (PCIe -> AXI) address translations
|
| H A D | brcm,iproc-pcie.txt | 30 - dma-ranges: Some PAXB-based root complexes do not have inbound mapping done 32 the mapping, based on inbound memory regions specified by this property.
|
| H A D | xgene-pci.txt | 15 - dma-ranges: ranges for the inbound memory regions.
|
| H A D | pci-rcar-gen2.txt | 41 - dma-ranges: a single range for the inbound memory region. If not supplied,
|
| H A D | designware-pcie.txt | 24 - num-ib-windows: number of inbound address translation windows
|
| H A D | rcar-pci.txt | 33 - dma-ranges: ranges for the inbound memory regions.
|
| H A D | v3-v360epc-pci.txt | 21 - dma-ranges: three ranges for the inbound memory region. The ranges must
|
| H A D | faraday,ftpci100.txt | 28 - dma-ranges: three ranges for the inbound memory region. The ranges must
|
| H A D | ti-pci.txt | 52 - num-ib-windows : number of inbound address translation windows
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_worker.c | 523 lconf.inbound.sp4_ctx = socket_ctx[socket_id].sp_ip4_in; in ipsec_wrkr_non_burst_int_port_app_mode() 524 lconf.inbound.sp6_ctx = socket_ctx[socket_id].sp_ip6_in; in ipsec_wrkr_non_burst_int_port_app_mode() 525 lconf.inbound.sa_ctx = socket_ctx[socket_id].sa_in; in ipsec_wrkr_non_burst_int_port_app_mode() 526 lconf.inbound.session_pool = socket_ctx[socket_id].session_pool; in ipsec_wrkr_non_burst_int_port_app_mode() 527 lconf.inbound.session_priv_pool = in ipsec_wrkr_non_burst_int_port_app_mode() 568 ret = process_ipsec_ev_inbound(&lconf.inbound, in ipsec_wrkr_non_burst_int_port_app_mode()
|
| H A D | sa.c | 812 printf("\tspi_%s(%3u):", inbound?"in":"out", sa->spi); in print_one_sa_rule() 950 check_eth_dev_caps(uint16_t portid, uint32_t inbound) in check_eth_dev_caps() argument 964 if (inbound) { in check_eth_dev_caps() 1073 uint32_t nb_entries, uint32_t inbound, in sa_add_rules() argument 1096 if (inbound) { in sa_add_rules() 1107 if (check_eth_dev_caps(sa->portid, inbound)) in sa_add_rules() 1135 sa_ctx->xf[idx].a.aead.op = (inbound == 1) ? in sa_add_rules() 1164 if (inbound) { in sa_add_rules() 1225 if (sa->fdir_flag && inbound) { in sa_add_rules() 1231 print_one_sa_rule(sa, inbound); in sa_add_rules() [all …]
|
| H A D | ipsec_worker.h | 32 struct ipsec_ctx inbound; member
|
| H A D | sp4.c | 522 check_spi_value(struct sa_ctx *sa_ctx, int inbound) in check_spi_value() argument 528 if (inbound != 0) { in check_spi_value() 539 spi_idx = sa_spi_present(sa_ctx, spi, inbound); in check_spi_value() 609 sp4_spi_present(uint32_t spi, int inbound, struct ip_addr ip_addr[2], in sp4_spi_present() argument 617 if (inbound != 0) { in sp4_spi_present()
|
| H A D | ipsec.h | 369 sp4_spi_present(uint32_t spi, int inbound, struct ip_addr ip_addr[2], 372 sp6_spi_present(uint32_t spi, int inbound, struct ip_addr ip_addr[2], 381 sa_spi_present(struct sa_ctx *sa_ctx, uint32_t spi, int inbound);
|
| H A D | sp6.c | 653 check_spi_value(struct sa_ctx *sa_ctx, int inbound) in check_spi_value() argument 659 if (inbound != 0) { in check_spi_value() 670 spi_idx = sa_spi_present(sa_ctx, spi, inbound); in check_spi_value() 739 sp6_spi_present(uint32_t spi, int inbound, struct ip_addr ip_addr[2], in sp6_spi_present() argument 747 if (inbound != 0) { in sp6_spi_present()
|
| H A D | ipsec-secgw.c | 220 struct ipsec_ctx inbound; member 1037 process_pkts_inbound_nosp(&qconf->inbound, &traffic); in process_pkts() 1042 process_pkts_inbound(&qconf->inbound, &traffic); in process_pkts() 1073 ctx = &qconf->inbound; in drain_crypto_buffers() 1175 qconf->inbound.sp4_ctx = socket_ctx[socket_id].sp_ip4_in; in ipsec_poll_mode_worker() 1176 qconf->inbound.sp6_ctx = socket_ctx[socket_id].sp_ip6_in; in ipsec_poll_mode_worker() 1177 qconf->inbound.sa_ctx = socket_ctx[socket_id].sa_in; in ipsec_poll_mode_worker() 1178 qconf->inbound.cdev_map = cdev_map_in; in ipsec_poll_mode_worker() 1180 qconf->inbound.session_priv_pool = in ipsec_poll_mode_worker() 1244 &qconf->inbound); in ipsec_poll_mode_worker() [all …]
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | ipsec_lib.rst | 20 inbound and outbound IPsec packets. 24 * for inbound ESP/AH packets perform decryption, authentication, integrity checking, remove ESP/AH… 64 * for inbound packets: 97 * for inbound packets: 122 * for inbound packets: 139 * for inbound packets: 251 inbound ipsec packet as a key.
|
| H A D | metrics_lib.rst | 179 - ``mean_bits_in``: Average inbound bit-rate 181 - ``ewma_bits_in``: Average inbound bit-rate (EWMA smoothed) 183 - ``peak_bits_in``: Peak inbound bit-rate
|
| H A D | bbdev.rst | 484 If BBDEV PMD does not support this feature, it will assume inbound mbuf data 575 In TB-mode, CRC24A is assumed to be pre-calculated and appended to the inbound 810 | |r |index of the first CB in the inbound mbuf data | 849 inbound TB data buffer, unless the ``RTE_BBDEV_LDPC_CRC_24A_ATTACH`` 1022 | |r |index of the first CB in the inbound mbuf data |
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | octeontx2.rst | 190 - ``Max SPI for inbound inline IPsec`` (default ``1``) 192 Max SPI supported for inbound inline IPsec processing can be specified by
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a774c0-cat874.dts | 271 /* Map all possible DDR as inbound ranges */
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | nvidia,tegra20-sdhci.txt | 82 - nvidia,default-tap : Specify the default inbound sampling clock
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 36 add/remove them during outbound/inbound processing. 411 * *in*: inbound traffic 515 * *in*: inbound traffic 702 * Option for redirecting a specific inbound ipsec flow of a port to a specific
|