Searched refs:rte_rib_create (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_rib.c | 42 rib = rte_rib_create(NULL, SOCKET_ID_ANY, &config); in test_create_invalid() 47 rib = rte_rib_create(__func__, SOCKET_ID_ANY, NULL); in test_create_invalid() 52 rib = rte_rib_create(__func__, -2, &config); in test_create_invalid() 58 rib = rte_rib_create(__func__, SOCKET_ID_ANY, &config); in test_create_invalid() 81 rib = rte_rib_create(__func__, SOCKET_ID_ANY, &config); in test_multiple_create() 104 rib = rte_rib_create(__func__, SOCKET_ID_ANY, &config); in test_free_null() 133 rib = rte_rib_create(__func__, SOCKET_ID_ANY, &config); in test_insert_invalid() 176 rib = rte_rib_create(__func__, SOCKET_ID_ANY, &config); in test_get_fn() 254 rib = rte_rib_create(__func__, SOCKET_ID_ANY, &config); in test_basic() 307 rib = rte_rib_create(__func__, SOCKET_ID_ANY, &config); in test_tree_traversal()
|
| /f-stack/dpdk/lib/librte_rib/ |
| H A D | version.map | 4 rte_rib_create;
|
| H A D | rte_rib.h | 261 rte_rib_create(const char *name, int socket_id,
|
| H A D | rte_rib.c | 395 rte_rib_create(const char *name, int socket_id, const struct rte_rib_conf *conf) in rte_rib_create() function
|
| /f-stack/dpdk/lib/librte_fib/ |
| H A D | rte_fib.c | 170 rib = rte_rib_create(name, socket_id, &rib_conf); in rte_fib_create()
|