Searched refs:get_max_nh (Results 1 – 6 of 6) sorted by relevance
60 get_max_nh(uint8_t nh_sz) in get_max_nh() function82 conf.trie.num_tbl8 = RTE_MIN(get_max_nh(conf.trie.nh_sz), 1000000U); in test_fib6_perf()
146 get_max_nh(uint8_t nh_sz) in get_max_nh() function330 rt[k++].nh = rte_rand() & get_max_nh(nh_sz); in gen_random_rt_4()343 rt[k].nh = rte_rand() & get_max_nh(nh_sz); in gen_random_rt_4()368 rt[k++].nh = rte_rand() & get_max_nh(nh_sz); in gen_random_rt_6()385 rt[k].nh = rte_rand() & get_max_nh(nh_sz); in gen_random_rt_6()863 get_max_nh(conf.dir24_8.nh_sz)); in run_v4()1063 get_max_nh(conf.trie.nh_sz)); in run_v6()
428 if (next_hop > get_max_nh(dp->nh_sz)) in dir24_8_modify()512 get_max_nh(fib_conf->dir24_8.nh_sz)) || in dir24_8_create()515 get_max_nh(fib_conf->dir24_8.nh_sz))) { in dir24_8_create()
70 get_max_nh(uint8_t nh_sz) in get_max_nh() function
470 if (next_hop > get_max_nh(dp->nh_sz)) in modify_dp()622 get_max_nh(conf->trie.nh_sz)) || in trie_create()625 get_max_nh(conf->trie.nh_sz))) { in trie_create()
56 get_max_nh(uint8_t nh_sz) in get_max_nh() function