Searched refs:RTE_PIPELINE_MAX_NAME_SZ (Results 1 – 2 of 2) sorted by relevance
168 #define RTE_PIPELINE_MAX_NAME_SZ 124 macro171 char name[RTE_PIPELINE_MAX_NAME_SZ];
103 #define RTE_PIPELINE_MAX_NAME_SZ 124 macro107 char name[RTE_PIPELINE_MAX_NAME_SZ];217 strlcpy(p->name, params->name, RTE_PIPELINE_MAX_NAME_SZ); in rte_pipeline_create()