Home
last modified time | relevance | path

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

/dpdk/lib/graph/
H A Dversion.map29 rte_node_edge_count;
H A Drte_graph.h523 rte_edge_t rte_node_edge_count(rte_node_t id);
H A Dnode.c222 rte_node_edge_count(rte_node_t id) in rte_node_edge_count() function
/dpdk/lib/node/
H A Dethdev_ctrl.c106 port_id, rte_node_edge_count(ip4_rewrite_node->id) - 1); in rte_node_eth_config()
/dpdk/app/test/
H A Dtest_graph.c496 uint32_t count = rte_node_edge_count(tm->test_node[i].idx); in test_lookup_functions()
H A Dtest_graph_perf.c276 if (rte_node_edge_count(node_id)) in graph_node_get()