1DPDK_25 { 2 global: 3 4 rte_fbk_hash_create; 5 rte_fbk_hash_find_existing; 6 rte_fbk_hash_free; 7 rte_hash_add_key; 8 rte_hash_add_key_data; 9 rte_hash_add_key_with_hash; 10 rte_hash_add_key_with_hash_data; 11 rte_hash_count; 12 rte_hash_crc32_alg; 13 rte_hash_crc_set_alg; 14 rte_hash_create; 15 rte_hash_del_key; 16 rte_hash_del_key_with_hash; 17 rte_hash_find_existing; 18 rte_hash_free; 19 rte_hash_free_key_with_position; 20 rte_hash_get_key_with_position; 21 rte_hash_hash; 22 rte_hash_iterate; 23 rte_hash_lookup; 24 rte_hash_lookup_bulk; 25 rte_hash_lookup_bulk_data; 26 rte_hash_lookup_data; 27 rte_hash_lookup_with_hash; 28 rte_hash_lookup_with_hash_bulk; 29 rte_hash_lookup_with_hash_bulk_data; 30 rte_hash_lookup_with_hash_data; 31 rte_hash_max_key_id; 32 rte_hash_rcu_qsbr_add; 33 rte_hash_reset; 34 rte_hash_set_cmp_func; 35 rte_thash_add_helper; 36 rte_thash_adjust_tuple; 37 rte_thash_complete_matrix; 38 rte_thash_find_existing; 39 rte_thash_free_ctx; 40 rte_thash_get_complement; 41 rte_thash_get_gfni_matrices; 42 rte_thash_get_helper; 43 rte_thash_get_key; 44 rte_thash_gfni_supported; 45 rte_thash_init_ctx; 46 47 local: *; 48}; 49 50EXPERIMENTAL { 51 global: 52 53 # added in 24.07 54 rte_hash_rcu_qsbr_dq_reclaim; 55 56 # added in 24.11 57 rte_thash_gen_key; 58}; 59 60INTERNAL { 61 global: 62 63 rte_thash_gfni_stub; 64 rte_thash_gfni_bulk_stub; 65 thash_get_rand_poly; 66}; 67