Home
last modified time | relevance | path

Searched refs:nb_routes_per_depth (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/app/test-fib/
H A Dmain.c96 uint32_t nb_routes_per_depth[128 + 1]; member
109 .nb_routes_per_depth = {0},
185 config.nb_routes_per_depth[depth] = in complete_distrib()
188 config.nb_routes_per_depth[depth] = in complete_distrib()
191 nr += config.nb_routes_per_depth[depth]; in complete_distrib()
209 config.nb_routes_per_depth[depth] = in complete_distrib()
211 nr += config.nb_routes_per_depth[depth]; in complete_distrib()
327 if (config.nb_routes_per_depth[0] != 0) { in gen_random_rt_4()
365 if (config.nb_routes_per_depth[0] != 0) { in gen_random_rt_6()
496 config.nb_routes_per_depth[ret]++; in parse_rt_4()
[all …]