Searched refs:rte_fib6_create (Results 1 – 7 of 7) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_fib6.c | 64 fib = rte_fib6_create(NULL, SOCKET_ID_ANY, &config); in test_create_invalid() 69 fib = rte_fib6_create(__func__, SOCKET_ID_ANY, NULL); in test_create_invalid() 74 fib = rte_fib6_create(__func__, -2, &config); in test_create_invalid() 80 fib = rte_fib6_create(__func__, SOCKET_ID_ANY, &config); in test_create_invalid() 86 fib = rte_fib6_create(__func__, SOCKET_ID_ANY, &config); in test_create_invalid() 94 fib = rte_fib6_create(__func__, SOCKET_ID_ANY, &config); in test_create_invalid() 100 fib = rte_fib6_create(__func__, SOCKET_ID_ANY, &config); in test_create_invalid() 124 fib = rte_fib6_create(__func__, SOCKET_ID_ANY, &config); in test_multiple_create() 149 fib = rte_fib6_create(__func__, SOCKET_ID_ANY, &config); in test_free_null() 188 fib = rte_fib6_create(__func__, SOCKET_ID_ANY, &config); in test_add_del_invalid() [all …]
|
| H A D | test_fib6_perf.c | 109 fib = rte_fib6_create(__func__, SOCKET_ID_ANY, &conf); in test_fib6_perf()
|
| /dpdk/lib/fib/ |
| H A D | version.map | 5 rte_fib6_create;
|
| H A D | rte_fib6.h | 97 rte_fib6_create(const char *name, int socket_id, struct rte_fib6_conf *conf);
|
| H A D | rte_fib6.c | 149 rte_fib6_create(const char *name, int socket_id, struct rte_fib6_conf *conf) in rte_fib6_create() function
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_fib.c | 659 ipv6_l3fwd_fib_lookup_struct[socketid] = rte_fib6_create(s, socketid, in setup_fib()
|
| /dpdk/app/test-fib/ |
| H A D | main.c | 1072 fib = rte_fib6_create("test", -1, &conf); in run_v6()
|