Lines Matching refs:rte_fib_create
62 fib = rte_fib_create(NULL, SOCKET_ID_ANY, &config); in test_create_invalid()
67 fib = rte_fib_create(__func__, SOCKET_ID_ANY, NULL); in test_create_invalid()
72 fib = rte_fib_create(__func__, -2, &config); in test_create_invalid()
78 fib = rte_fib_create(__func__, SOCKET_ID_ANY, &config); in test_create_invalid()
84 fib = rte_fib_create(__func__, SOCKET_ID_ANY, &config); in test_create_invalid()
92 fib = rte_fib_create(__func__, SOCKET_ID_ANY, &config); in test_create_invalid()
98 fib = rte_fib_create(__func__, SOCKET_ID_ANY, &config); in test_create_invalid()
122 fib = rte_fib_create(__func__, SOCKET_ID_ANY, &config); in test_multiple_create()
147 fib = rte_fib_create(__func__, SOCKET_ID_ANY, &config); in test_free_null()
185 fib = rte_fib_create(__func__, SOCKET_ID_ANY, &config); in test_add_del_invalid()
349 fib = rte_fib_create(__func__, SOCKET_ID_ANY, &config); in test_lookup()
360 fib = rte_fib_create(__func__, SOCKET_ID_ANY, &config); in test_lookup()
369 fib = rte_fib_create(__func__, SOCKET_ID_ANY, &config); in test_lookup()
378 fib = rte_fib_create(__func__, SOCKET_ID_ANY, &config); in test_lookup()
387 fib = rte_fib_create(__func__, SOCKET_ID_ANY, &config); in test_lookup()