git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/virtio: fix incorrect cast of void *
[dpdk.git]
/
fib
/
version.map
1
EXPERIMENTAL {
2
global:
3
4
rte_fib_add;
5
rte_fib_create;
6
rte_fib_delete;
7
rte_fib_find_existing;
8
rte_fib_free;
9
rte_fib_lookup_bulk;
10
rte_fib_get_dp;
11
rte_fib_get_rib;
12
rte_fib_select_lookup;
13
14
rte_fib6_add;
15
rte_fib6_create;
16
rte_fib6_delete;
17
rte_fib6_find_existing;
18
rte_fib6_free;
19
rte_fib6_lookup_bulk;
20
rte_fib6_get_dp;
21
rte_fib6_get_rib;
22
rte_fib6_select_lookup;
23
24
local: *;
25
};