Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_private.h205 int graph_node_has_edge_to_src_node(struct graph *graph);
H A Dgraph_ops.c64 graph_node_has_edge_to_src_node(struct graph *graph) in graph_node_has_edge_to_src_node() function
H A Dgraph.c314 if (graph_node_has_edge_to_src_node(graph)) in rte_graph_create()