git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/bnxt: add TCAM table processing for search and alloc
[dpdk.git]
/
lib
/
librte_rib
/
rte_rib_version.map
1
EXPERIMENTAL {
2
global:
3
4
rte_rib_create;
5
rte_rib_find_existing;
6
rte_rib_free;
7
rte_rib_get_depth;
8
rte_rib_get_ext;
9
rte_rib_get_ip;
10
rte_rib_get_nh;
11
rte_rib_get_nxt;
12
rte_rib_insert;
13
rte_rib_lookup;
14
rte_rib_lookup_parent;
15
rte_rib_lookup_exact;
16
rte_rib_set_nh;
17
rte_rib_remove;
18
19
rte_rib6_create;
20
rte_rib6_find_existing;
21
rte_rib6_free;
22
rte_rib6_get_depth;
23
rte_rib6_get_ext;
24
rte_rib6_get_ip;
25
rte_rib6_get_nh;
26
rte_rib6_get_nxt;
27
rte_rib6_insert;
28
rte_rib6_lookup;
29
rte_rib6_lookup_parent;
30
rte_rib6_lookup_exact;
31
rte_rib6_set_nh;
32
rte_rib6_remove;
33
34
local: *;
35
};