Lines Matching refs:next_nodes
100 if (rte_strscpy(node->next_nodes[i], reg->next_nodes[i], in __rte_node_register()
177 reg->next_nodes[i] = node->next_nodes[i]; in node_clone()
245 const char **next_nodes, rte_edge_t nb_edges) in edge_update() argument
280 if (rte_strscpy(node->next_nodes[i], next_nodes[count], 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() argument
339 rc = edge_update(n, prev, from, next_nodes, nb_edges); in rte_node_edge_update()
351 node_copy_edges(struct node *node, char *next_nodes[]) in node_copy_edges() argument
356 next_nodes[i] = node->next_nodes[i]; in node_copy_edges()
362 rte_node_edge_get(rte_node_t id, char *next_nodes[]) in rte_node_edge_get() argument
372 if (next_nodes == NULL) in rte_node_edge_get()
375 rc = node_copy_edges(node, next_nodes); in rte_node_edge_get()