Searched refs:rte_rib6_create (Results 1 – 5 of 5) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_rib6.c | 59 rib = rte_rib6_create(NULL, SOCKET_ID_ANY, &config); in test_create_invalid() 64 rib = rte_rib6_create(__func__, SOCKET_ID_ANY, NULL); in test_create_invalid() 69 rib = rte_rib6_create(__func__, -2, &config); in test_create_invalid() 75 rib = rte_rib6_create(__func__, SOCKET_ID_ANY, &config); in test_create_invalid() 98 rib = rte_rib6_create(__func__, SOCKET_ID_ANY, &config); in test_multiple_create() 121 rib = rte_rib6_create(__func__, SOCKET_ID_ANY, &config); in test_free_null() 151 rib = rte_rib6_create(__func__, SOCKET_ID_ANY, &config); in test_insert_invalid() 195 rib = rte_rib6_create(__func__, SOCKET_ID_ANY, &config); in test_get_fn() 274 rib = rte_rib6_create(__func__, SOCKET_ID_ANY, &config); in test_basic() 331 rib = rte_rib6_create(__func__, SOCKET_ID_ANY, &config); in test_tree_traversal()
|
| /dpdk/lib/rib/ |
| H A D | version.map | 4 rte_rib6_create;
|
| H A D | rte_rib6.h | 302 rte_rib6_create(const char *name, int socket_id,
|
| H A D | rte_rib6.c | 464 rte_rib6_create(const char *name, int socket_id, in rte_rib6_create() function
|
| /dpdk/lib/fib/ |
| H A D | rte_fib6.c | 169 rib = rte_rib6_create(name, socket_id, &rib_conf); in rte_fib6_create()
|