Searched defs:next_hops (Results 1 – 12 of 12) sorted by relevance
| /dpdk/lib/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 | 146 uint64_t *next_hops, const unsigned int n, uint8_t nh_sz) in dir24_8_lookup_bulk() 174 uint64_t *next_hops, const unsigned int n) in dir24_8_lookup_bulk_0() 183 uint64_t *next_hops, const unsigned int n) in dir24_8_lookup_bulk_1() 192 uint64_t *next_hops, const unsigned int n) in dir24_8_lookup_bulk_2() 201 uint64_t *next_hops, const unsigned int n) in dir24_8_lookup_bulk_3() 210 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_x16x2() 217 uint64_t *next_hops) in trie_vec_lookup_x8x2_8b() 310 uint64_t *next_hops, const unsigned int n) in rte_trie_vec_lookup_bulk_2b() 323 uint64_t *next_hops, const unsigned int n) in rte_trie_vec_lookup_bulk_4b() 336 uint64_t *next_hops, const unsigned int n) in rte_trie_vec_lookup_bulk_8b()
|
| H A D | rte_fib.c | 49 dummy_lookup(void *fib_p, const uint32_t *ips, uint64_t *next_hops, in dummy_lookup() 138 uint64_t *next_hops, int n) in rte_fib_lookup_bulk()
|
| H A D | rte_fib6.c | 50 uint64_t *next_hops, const unsigned int n) in dummy_lookup() 140 uint64_t *next_hops, int n) in rte_fib6_lookup_bulk()
|
| /dpdk/lib/lpm/ |
| H A D | rte_lpm.h | 335 #define rte_lpm_lookup_bulk(lpm, ips, next_hops, n) \ argument 340 uint32_t *next_hops, const unsigned n) in rte_lpm_lookup_bulk_func()
|
| H A D | rte_lpm_sve.h | 17 uint32_t *__rte_restrict next_hops, const uint32_t n) in __rte_lpm_lookup_vec()
|
| H A D | rte_lpm6.c | 975 int32_t *next_hops, unsigned int n) in rte_lpm6_lookup_bulk_func()
|
| /dpdk/app/test/ |
| H A D | test_lpm6_perf.c | 133 int32_t next_hops[NUM_IPS_ENTRIES]; in test_lpm6_perf() local
|
| H A D | test_fib6_perf.c | 88 uint64_t next_hops[NUM_IPS_ENTRIES]; in test_fib6_perf() local
|
| H A D | test_lpm_perf.c | 696 uint32_t next_hops[BULK_SIZE]; in test_lpm_perf() local 723 uint32_t next_hops[4]; in test_lpm_perf() local
|
| H A D | test_fib_perf.c | 381 uint64_t next_hops[BULK_SIZE]; in test_fib_perf() local
|