Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_rib.c56 config.ext_sz = 0; in test_create_invalid()
94 config.ext_sz = 0; in test_multiple_create()
119 config.ext_sz = 0; in test_free_null()
142 config.ext_sz = 0; in test_insert_invalid()
191 config.ext_sz = 0; in test_get_fn()
269 config.ext_sz = 0; in test_basic()
322 config.ext_sz = 0; in test_tree_traversal()
H A Dtest_rib6.c56 config.ext_sz = 0; in test_create_invalid()
94 config.ext_sz = 0; in test_multiple_create()
119 config.ext_sz = 0; in test_free_null()
143 config.ext_sz = 0; in test_insert_invalid()
193 config.ext_sz = 0; in test_get_fn()
272 config.ext_sz = 0; in test_basic()
329 config.ext_sz = 0; in test_tree_traversal()
/dpdk/lib/rib/
H A Drte_rib.h45 size_t ext_sz; member
H A Drte_rib6.h46 size_t ext_sz; member
H A Drte_rib.c409 sizeof(struct rte_rib_node) + conf->ext_sz, 0, 0, in rte_rib_create()
H A Drte_rib6.c481 sizeof(struct rte_rib6_node) + conf->ext_sz, 0, 0, in rte_rib6_create()
/dpdk/lib/fib/
H A Drte_fib.c165 rib_conf.ext_sz = conf->rib_ext_sz; in rte_fib_create()
H A Drte_fib6.c166 rib_conf.ext_sz = conf->rib_ext_sz; in rte_fib6_create()
/dpdk/doc/guides/prog_guide/
H A Drib_lib.rst145 conf.ext_sz = sizeof(struct my_route_ext);