| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_hash_key16.c | 293 bucket->signature[i] = signature; in rte_table_hash_entry_add_key16_lru() 306 bucket->signature[pos] = signature; in rte_table_hash_entry_add_key16_lru() 325 uint64_t signature; in rte_table_hash_entry_delete_key16_lru() local 469 uint64_t signature; in rte_table_hash_entry_add_key16_ext() local 507 bucket->signature[i] = signature; in rte_table_hash_entry_add_key16_ext() 526 bucket->signature[0] = signature; in rte_table_hash_entry_add_key16_ext() 546 uint64_t signature; in rte_table_hash_entry_delete_key16_ext() local 603 signature[0] = (~bucket->signature[0]) & 1; \ 604 signature[1] = (~bucket->signature[1]) & 1; \ 605 signature[2] = (~bucket->signature[2]) & 1; \ [all …]
|
| H A D | rte_table_hash_key32.c | 301 bucket->signature[i] = signature; in rte_table_hash_entry_add_key32_lru() 314 bucket->signature[pos] = signature; in rte_table_hash_entry_add_key32_lru() 333 uint64_t signature; in rte_table_hash_entry_delete_key32_lru() local 483 uint64_t signature; in rte_table_hash_entry_add_key32_ext() local 523 bucket->signature[i] = signature; in rte_table_hash_entry_add_key32_ext() 543 bucket->signature[0] = signature; in rte_table_hash_entry_add_key32_ext() 563 uint64_t signature; in rte_table_hash_entry_delete_key32_ext() local 623 signature[0] = ((~bucket->signature[0]) & 1); \ 624 signature[1] = ((~bucket->signature[1]) & 1); \ 625 signature[2] = ((~bucket->signature[2]) & 1); \ [all …]
|
| H A D | rte_table_hash_key8.c | 37 uint64_t signature; member 50 uint64_t signature; member 249 uint64_t signature, mask, pos; in rte_table_hash_entry_add_key8_lru() local 281 bucket->signature |= mask; in rte_table_hash_entry_add_key8_lru() 312 uint64_t signature, mask; in rte_table_hash_entry_delete_key8_lru() local 329 bucket->signature &= ~mask; in rte_table_hash_entry_delete_key8_lru() 453 uint64_t signature; in rte_table_hash_entry_add_key8_ext() local 514 bucket->signature = 1; in rte_table_hash_entry_add_key8_ext() 534 uint64_t signature; in rte_table_hash_entry_delete_key8_ext() local 589 signature = ~bucket->signature; \ [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_table.c | 52 uint64_t signature = ip_dst; in pipeline_test_hash() local 54 return signature; in pipeline_test_hash() 63 uint32_t signature = ip_dst; in pipeline_test_hash_cuckoo() local 65 return signature; in pipeline_test_hash_cuckoo()
|
| H A D | test_table.h | 57 uint32_t *k32, *signature; \ 63 signature = RTE_MBUF_METADATA_UINT32_PTR(m, \ 69 *signature = pipeline_test_hash(key, NULL, 0, 0); \
|
| H A D | test_table_tables.c | 24 uint32_t *k32, *signature; \ 27 signature = RTE_MBUF_METADATA_UINT32_PTR(mbuf, \ 34 *signature = pipeline_test_hash(key, NULL, 0, 0); \ 47 uint64_t signature; member
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | pipeline_hash.c | 389 uint64_t signature = (ip_dst >> 2) | ((ip_dst & 0x3) << 30); in test_hash() local 391 return signature; in test_hash() 401 uint32_t signature = (ip_dst >> 2) | ((ip_dst & 0x3) << 30); in test_hash_cuckoo() local 403 return signature; in test_hash_cuckoo() 433 uint32_t *signature, *k32; in app_main_loop_rx_metadata() local 437 signature = RTE_MBUF_METADATA_UINT32_PTR(m, in app_main_loop_rx_metadata() 458 *signature = test_hash(key, NULL, 0, 0); in app_main_loop_rx_metadata()
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_mip.c | 18 uint32_t signature; member 50 if (mip->signature != NFP_MIP_SIGNATURE) { in nfp_mip_try_read() 52 rte_le_to_cpu_32(mip->signature)); in nfp_mip_try_read()
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_image.c | 609 } cms_header, image_header, code, image_trailer, signature; in efx_build_signed_image_write_buffer() local 666 signature.offset = image_trailer.offset + image_trailer.size; in efx_build_signed_image_write_buffer() 667 signature.size = (uint32_t)(infop->eii_image_size - signature.offset); in efx_build_signed_image_write_buffer() 668 if ((signature.size > buffer_size) || in efx_build_signed_image_write_buffer() 669 (signature.offset > (buffer_size - signature.size))) { in efx_build_signed_image_write_buffer() 676 signature.size); in efx_build_signed_image_write_buffer() 847 chunk_hdr.len = signature.size; in efx_build_signed_image_write_buffer() 857 infop->eii_imagep + signature.offset, in efx_build_signed_image_write_buffer() 858 signature.size); in efx_build_signed_image_write_buffer()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_proxy_protocol.c | 20 u_char signature[12]; member 54 static const u_char signature[] = "\r\n\r\n\0\r\nQUIT\n"; in ngx_proxy_protocol_read() local 60 && memcmp(p, signature, sizeof(signature) - 1) == 0) in ngx_proxy_protocol_read()
|
| H A D | ngx_module.h | 232 const char *signature; member
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | packet_framework.rst | 287 The hash function basically compresses a long key into a short signature. 288 Several keys can share the same signature (collisions). 304 Once the key signature is computed and the hash table bucket identified, 448 The possible options for key signature computation are: 450 #. **Pre-computed key signature.** 453 …computes the key signature and saves both the key and the key signature in the packet buffer as pa… 457 #. **Key signature computed on lookup ("do-sig" version).** 535 either with pre-computed signature or "do-sig"). 608 either with pre-computed signature or "do-sig"). 770 The input *mask* hash bit X (X = 0 .. 3) set to 1 if input signature is equal to bucket signature X… [all …]
|
| H A D | hash_lib.rst | 125 Each entry contains the signature 135 The bucket index and a 2-byte signature is derived from the hash value using partial-key hashing [p… 140 To speed up the search logic within the bucket, each hash entry stores the 2-byte key signature tog… 142 comparing the 2-byte signature of the input key against the signature of a key from the bucket. 143 Therefore, the signature comparison is done first and the full key comparison is done only when the… 144 …ssary, as two input keys from the same bucket can still potentially have the same 2-byte signature, 150 If signature was stored there, we compare its key against the one provided and return the position 152 If signature is not in the primary bucket, the secondary bucket is looked up, where same procedure 158 the primary bucket, a signature is stored in that entry, key and data (if any) are added to
|
| /f-stack/freebsd/contrib/openzfs/include/sys/crypto/ |
| H A D | api.h | 117 crypto_data_t *signature, crypto_call_req_t *cr); 128 extern int crypto_sign_final(crypto_context_t ctx, crypto_data_t *signature, 134 crypto_data_t *data, crypto_ctx_template_t tmpl, crypto_data_t *signature, 144 crypto_data_t *data, crypto_ctx_template_t tmpl, crypto_data_t *signature, 156 extern int crypto_verify_final(crypto_context_t ctx, crypto_data_t *signature, 162 crypto_data_t *signature, crypto_ctx_template_t tmpl, crypto_data_t *data,
|
| /f-stack/freebsd/x86/include/ |
| H A D | mptable.h | 48 uint8_t signature[4]; member 65 uint8_t signature[4]; member
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mptable.c | 312 if (mpct->signature[0] != 'P' || mpct->signature[1] != 'C' || in mptable_probe() 313 mpct->signature[2] != 'M' || mpct->signature[3] != 'P') { in mptable_probe() 315 __func__, mpct->signature[0], mpct->signature[1], in mptable_probe() 316 mpct->signature[2], mpct->signature[3]); in mptable_probe()
|
| /f-stack/freebsd/i386/include/ |
| H A D | smapi.h | 40 u_int8_t signature[4]; /* '$SMB' */ member
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/dktp/ |
| H A D | fdisk.h | 152 ushort_t signature; member
|
| /f-stack/dpdk/doc/guides/windows_gsg/ |
| H A D | run_apps.rst | 38 setup, driver build and installation. This driver is not signed, so signature 43 Disabling driver signature enforcement weakens OS security.
|
| /f-stack/freebsd/amd64/include/pc/ |
| H A D | bios.h | 116 struct bios_oem_signature signature[]; member
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | elfsign.h | 69 uchar_t signature[1]; member
|
| /f-stack/dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex_fastpath.c | 90 uint8_t signature, uint32_t imm) in set_wqe_ctrl_seg() argument 97 seg->signature = signature; in set_wqe_ctrl_seg()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-timer.m4 | 7 dnl # kernels that support the new timer_list.func signature.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/partitions/ |
| H A D | brcm,bcm947xx-cfe-partitions.txt | 10 header and/or magic signature at the beginning of each of them. They are also
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | txonly.c | 261 rte_be32_t signature; in pkt_burst_prepare() member 284 timestamp_mark.signature = rte_cpu_to_be_32(0xBEEFC0DE); in pkt_burst_prepare()
|