Searched refs:rte_rib6_lookup_exact (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_rib/ |
| H A D | version.map | 30 rte_rib6_lookup_exact;
|
| H A D | rte_rib6.h | 163 rte_rib6_lookup_exact(struct rte_rib6 *rib,
|
| H A D | rte_rib6.c | 156 rte_rib6_lookup_exact(struct rte_rib6 *rib, in rte_rib6_lookup_exact() function 245 cur = rte_rib6_lookup_exact(rib, ip, depth); in rte_rib6_remove() 296 new_node = rte_rib6_lookup_exact(rib, tmp_ip, depth); in rte_rib6_insert()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_rib6.c | 274 node = rte_rib6_lookup_exact(rib, ip, depth); in test_basic() 287 node = rte_rib6_lookup_exact(rib, ip, depth); in test_basic()
|
| /f-stack/dpdk/lib/librte_fib/ |
| H A D | rte_fib6.c | 75 node = rte_rib6_lookup_exact(fib->rib, ip, depth); in dummy_modify()
|
| H A D | trie.c | 547 node = rte_rib6_lookup_exact(rib, ip_masked, depth); in trie_modify()
|