Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_fib6.c26 #define MAX_ROUTES (1 << 16) macro
40 config.max_routes = MAX_ROUTES; in test_create_invalid()
64 config.max_routes = MAX_ROUTES; in test_create_invalid()
103 config.max_routes = MAX_ROUTES - i; in test_multiple_create()
124 config.max_routes = MAX_ROUTES; in test_free_null()
151 config.max_routes = MAX_ROUTES; in test_add_del_invalid()
340 config.max_routes = MAX_ROUTES; in test_lookup()
H A Dtest_fib.c25 #define MAX_ROUTES (1 << 16) macro
38 config.max_routes = MAX_ROUTES; in test_create_invalid()
62 config.max_routes = MAX_ROUTES; in test_create_invalid()
101 config.max_routes = MAX_ROUTES - i; in test_multiple_create()
122 config.max_routes = MAX_ROUTES; in test_free_null()
148 config.max_routes = MAX_ROUTES; in test_add_del_invalid()
322 config.max_routes = MAX_ROUTES; in test_lookup()