xref: /f-stack/dpdk/lib/librte_hash/version.map (revision 6b8a3e40)
1DPDK_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
32EXPERIMENTAL {
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};
41