Searched refs:get_max_nh (Results 1 – 6 of 6) sorted by relevance
72 get_max_nh(uint8_t nh_sz) in get_max_nh() function95 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()868 get_max_nh(conf.dir24_8.nh_sz)); in run_v4()1069 get_max_nh(conf.trie.nh_sz)); in run_v6()
424 if (next_hop > get_max_nh(dp->nh_sz)) in dir24_8_modify()508 get_max_nh(fib_conf->dir24_8.nh_sz)) || in dir24_8_create()511 get_max_nh(fib_conf->dir24_8.nh_sz))) { in dir24_8_create()
64 get_max_nh(uint8_t nh_sz) in get_max_nh() function
465 if (next_hop > get_max_nh(dp->nh_sz)) in modify_dp()617 get_max_nh(conf->trie.nh_sz)) || in trie_create()620 get_max_nh(conf->trie.nh_sz))) { in trie_create()
52 get_max_nh(uint8_t nh_sz) in get_max_nh() function