lib: remove librte_ prefix from directory names
[dpdk.git] / lib / hash / version.map
1 DPDK_21 {
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_lookup_with_hash_bulk;
37         rte_hash_lookup_with_hash_bulk_data;
38         rte_hash_max_key_id;
39         rte_hash_rcu_qsbr_add;
40         rte_thash_add_helper;
41         rte_thash_adjust_tuple;
42         rte_thash_find_existing;
43         rte_thash_free_ctx;
44         rte_thash_get_complement;
45         rte_thash_get_helper;
46         rte_thash_get_key;
47         rte_thash_init_ctx;
48 };