Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_graph.c496 char **next_edges; in test_lookup_functions() local
505 next_edges = malloc(count); in test_lookup_functions()
506 count = rte_node_edge_get(tm->test_node[i].idx, next_edges); in test_lookup_functions()
511 free(next_edges); in test_lookup_functions()
516 if (strcmp(next_edges[j], in test_lookup_functions()
520 next_edges[j]); in test_lookup_functions()
521 free(next_edges); in test_lookup_functions()
525 free(next_edges); in test_lookup_functions()