Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_fib6.c44 #define MAX_ROUTES (1 << 16) macro
58 config.max_routes = MAX_ROUTES; in test_create_invalid()
83 config.max_routes = MAX_ROUTES; in test_create_invalid()
123 config.max_routes = MAX_ROUTES - i; in test_multiple_create()
144 config.max_routes = MAX_ROUTES; in test_free_null()
172 config.max_routes = MAX_ROUTES; in test_add_del_invalid()
362 config.max_routes = MAX_ROUTES; in test_lookup()
H A Dtest_fib.c43 #define MAX_ROUTES (1 << 16) macro
56 config.max_routes = MAX_ROUTES; in test_create_invalid()
81 config.max_routes = MAX_ROUTES; in test_create_invalid()
121 config.max_routes = MAX_ROUTES - i; in test_multiple_create()
142 config.max_routes = MAX_ROUTES; in test_free_null()
169 config.max_routes = MAX_ROUTES; in test_add_del_invalid()
344 config.max_routes = MAX_ROUTES; in test_lookup()