Home
last modified time | relevance | path

Searched defs:next_nodes (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/graph/
H A Dnode.c236 const char **next_nodes, rte_edge_t nb_edges) in edge_update()
316 rte_node_edge_update(rte_node_t id, rte_edge_t from, const char **next_nodes, in rte_node_edge_update()
340 node_copy_edges(struct node *node, char *next_nodes[]) in node_copy_edges()
351 rte_node_edge_get(rte_node_t id, char *next_nodes[]) in rte_node_edge_get()
H A Dgraph_private.h58 char next_nodes[][RTE_NODE_NAMESIZE]; /**< Names of next nodes. */ member
H A Drte_graph.h437 const char *next_nodes[]; /**< Names of next nodes. */ member
/dpdk/lib/node/
H A Dethdev_ctrl.c28 const char *next_nodes = name; in rte_node_eth_config() local
/dpdk/app/test/
H A Dtest_graph.c88 const char *next_nodes[MAX_NODES]; member
H A Dtest_graph_perf.c47 uint8_t next_nodes[MAX_EDGES_PER_NODE]; member