Searched refs:RTE_GRAPH_NAMESIZE (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_graph/ |
| H A D | graph.c | 279 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 D | graph_populate.c | 61 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 D | graph_private.h | 81 char name[RTE_GRAPH_NAMESIZE];
|
| H A D | rte_graph.h | 36 #define RTE_GRAPH_NAMESIZE 64 /**< Max length of graph name. */ macro
|
| H A D | rte_graph_worker.h | 45 char name[RTE_GRAPH_NAMESIZE]; /**< Name of the graph. */
|
| /f-stack/dpdk/examples/l3fwd-graph/ |
| H A D | main.c | 91 char name[RTE_GRAPH_NAMESIZE];
|