Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_graph.c508 char **next_edges; in test_lookup_functions() local
517 next_edges = malloc(count); in test_lookup_functions()
518 count = rte_node_edge_get(tm->test_node[i].idx, next_edges); in test_lookup_functions()
523 free(next_edges); in test_lookup_functions()
528 if (strcmp(next_edges[j], in test_lookup_functions()
532 next_edges[j]); in test_lookup_functions()
533 free(next_edges); in test_lookup_functions()
537 free(next_edges); in test_lookup_functions()