Home
last modified time | relevance | path

Searched defs:next_hops (Results 1 – 12 of 12) sorted by relevance

/dpdk/lib/fib/
H A Ddir24_8_avx512.c13 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 Ddir24_8.h146 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 Dtrie_avx512.c71 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 Drte_fib.c49 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 Drte_fib6.c50 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 Drte_lpm.h335 #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 Drte_lpm_sve.h17 uint32_t *__rte_restrict next_hops, const uint32_t n) in __rte_lpm_lookup_vec()
H A Drte_lpm6.c975 int32_t *next_hops, unsigned int n) in rte_lpm6_lookup_bulk_func()
/dpdk/app/test/
H A Dtest_lpm6_perf.c133 int32_t next_hops[NUM_IPS_ENTRIES]; in test_lpm6_perf() local
H A Dtest_fib6_perf.c88 uint64_t next_hops[NUM_IPS_ENTRIES]; in test_fib6_perf() local
H A Dtest_lpm_perf.c696 uint32_t next_hops[BULK_SIZE]; in test_lpm_perf() local
723 uint32_t next_hops[4]; in test_lpm_perf() local
H A Dtest_fib_perf.c381 uint64_t next_hops[BULK_SIZE]; in test_fib_perf() local