Searched defs:next_hops (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/lib/librte_fib/ |
| H A D | dir24_8_avx512.c | 13 uint64_t *next_hops, int size) in dir24_8_vec_lookup_x16() 81 uint64_t *next_hops) in dir24_8_vec_lookup_x8_8b() 119 uint64_t *next_hops, const unsigned int n) in rte_dir24_8_vec_lookup_bulk_1b() 132 uint64_t *next_hops, const unsigned int n) in rte_dir24_8_vec_lookup_bulk_2b() 145 uint64_t *next_hops, const unsigned int n) in rte_dir24_8_vec_lookup_bulk_4b() 158 uint64_t *next_hops, const unsigned int n) in rte_dir24_8_vec_lookup_bulk_8b()
|
| H A D | dir24_8.h | 150 uint64_t *next_hops, const unsigned int n, uint8_t nh_sz) in dir24_8_lookup_bulk() 178 uint64_t *next_hops, const unsigned int n) in dir24_8_lookup_bulk_0() 187 uint64_t *next_hops, const unsigned int n) in dir24_8_lookup_bulk_1() 196 uint64_t *next_hops, const unsigned int n) in dir24_8_lookup_bulk_2() 205 uint64_t *next_hops, const unsigned int n) in dir24_8_lookup_bulk_3() 214 uint64_t *next_hops, const unsigned int n) in dir24_8_lookup_bulk_uni()
|
| H A D | trie_avx512.c | 71 uint64_t *next_hops, int size) in trie_vec_lookup_x16() 168 uint64_t *next_hops) in trie_vec_lookup_x8_8b() 234 uint64_t *next_hops, const unsigned int n) in rte_trie_vec_lookup_bulk_2b() 247 uint64_t *next_hops, const unsigned int n) in rte_trie_vec_lookup_bulk_4b() 260 uint64_t *next_hops, const unsigned int n) in rte_trie_vec_lookup_bulk_8b()
|
| H A D | rte_fib.c | 51 dummy_lookup(void *fib_p, const uint32_t *ips, uint64_t *next_hops, in dummy_lookup() 140 uint64_t *next_hops, int n) in rte_fib_lookup_bulk()
|
| H A D | rte_fib6.c | 52 uint64_t *next_hops, const unsigned int n) in dummy_lookup() 142 uint64_t *next_hops, int n) in rte_fib6_lookup_bulk()
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm.h | 339 #define rte_lpm_lookup_bulk(lpm, ips, next_hops, n) \ argument 344 uint32_t *next_hops, const unsigned n) in rte_lpm_lookup_bulk_func()
|
| H A D | rte_lpm6.c | 980 int32_t *next_hops, unsigned int n) in rte_lpm6_lookup_bulk_func()
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm.h | 324 #define rte_lpm_lookup_bulk(lpm, ips, next_hops, n) \ argument 329 uint32_t *next_hops, const unsigned n) in rte_lpm_lookup_bulk_func()
|
| H A D | rte_lpm6.c | 988 int32_t *next_hops, unsigned int n) in rte_lpm6_lookup_bulk_func()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_lpm6_perf.c | 122 int32_t next_hops[NUM_IPS_ENTRIES]; in test_lpm6_perf() local
|
| H A D | test_fib6_perf.c | 76 uint64_t next_hops[NUM_IPS_ENTRIES]; in test_fib6_perf() local
|
| H A D | test_lpm_perf.c | 686 uint32_t next_hops[BULK_SIZE]; in test_lpm_perf() local 713 uint32_t next_hops[4]; in test_lpm_perf() local
|
| H A D | test_fib_perf.c | 369 uint64_t next_hops[BULK_SIZE]; in test_fib_perf() local
|