a8fbbc3e3299b3ff30d79fc876fb365c6106a846
[dpdk.git] / lib / librte_hash / rte_hash_version.map
1 DPDK_20.0 {
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_create;
13         rte_hash_del_key;
14         rte_hash_del_key_with_hash;
15         rte_hash_find_existing;
16         rte_hash_free;
17         rte_hash_get_key_with_position;
18         rte_hash_hash;
19         rte_hash_iterate;
20         rte_hash_lookup;
21         rte_hash_lookup_bulk;
22         rte_hash_lookup_bulk_data;
23         rte_hash_lookup_data;
24         rte_hash_lookup_with_hash;
25         rte_hash_lookup_with_hash_data;
26         rte_hash_reset;
27         rte_hash_set_cmp_func;
28
29         local: *;
30 };
31
32 EXPERIMENTAL {
33         global:
34
35         rte_hash_free_key_with_position;
36         rte_hash_max_key_id;
37
38 };