Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dnode.c245 const char **next_nodes, rte_edge_t nb_edges) in edge_update()
327 rte_node_edge_update(rte_node_t id, rte_edge_t from, const char **next_nodes, in rte_node_edge_update()
351 node_copy_edges(struct node *node, char *next_nodes[]) in node_copy_edges()
362 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
/f-stack/dpdk/lib/librte_node/
H A Dethdev_ctrl.c30 const char *next_nodes = name; in rte_node_eth_config() local
/f-stack/dpdk/app/test/
H A Dtest_graph.c76 const char *next_nodes[MAX_NODES]; member
H A Dtest_graph_perf.c36 uint8_t next_nodes[MAX_EDGES_PER_NODE]; member