Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/pipeline/
H A Dobj.h124 pipeline_create(struct obj *obj,
H A Dobj.c369 pipeline_create(struct obj *obj, const char *name, int numa_node) in pipeline_create() function
H A Dcli.c473 p = pipeline_create(obj, name, (int)numa_node); in cmd_pipeline_create()
/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.h193 pipeline_create(const char *name, struct pipeline_params *params);
H A Dpipeline.c76 pipeline_create(const char *name, struct pipeline_params *params) in pipeline_create() function
H A Dcli.c1532 pipeline = pipeline_create(name, &p); in cmd_pipeline()