Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dgraph.c279 if (strncmp(name, graph->name, RTE_GRAPH_NAMESIZE) == 0) in rte_graph_create()
290 if (rte_strscpy(graph->name, name, RTE_GRAPH_NAMESIZE) < 0) in rte_graph_create()
396 if (strncmp(graph->name, name, RTE_GRAPH_NAMESIZE) == 0) in rte_graph_from_name()
447 if (!strncmp(graph->name, graph_name, RTE_GRAPH_NAMESIZE)) { in rte_graph_node_get_by_name()
534 if (strncmp(graph->name, name, RTE_GRAPH_NAMESIZE) == 0) { in rte_graph_export()
H A Dgraph_populate.c61 memcpy(graph->name, _graph->name, RTE_GRAPH_NAMESIZE); in graph_header_popluate()
81 memcpy(node->name, graph_node->node->name, RTE_GRAPH_NAMESIZE); in graph_nodes_populate()
85 memcpy(node->parent, parent, RTE_GRAPH_NAMESIZE); in graph_nodes_populate()
H A Dgraph_private.h81 char name[RTE_GRAPH_NAMESIZE];
H A Drte_graph.h36 #define RTE_GRAPH_NAMESIZE 64 /**< Max length of graph name. */ macro
H A Drte_graph_worker.h45 char name[RTE_GRAPH_NAMESIZE]; /**< Name of the graph. */
/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c91 char name[RTE_GRAPH_NAMESIZE];