Home
last modified time | relevance | path

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

/dpdk/examples/ip_pipeline/
H A Dtap.c35 tap_find(const char *name) in tap_find() function
68 tap_find(name)) in tap_create()
H A Dtap.h24 tap_find(const char *name);
H A Dpipeline.c253 tap = tap_find(params->dev_name); in pipeline_port_in_create()
519 tap = tap_find(params->dev_name); in pipeline_port_out_create()
/dpdk/examples/pipeline/
H A Dobj.h138 tap_find(struct obj *obj, const char *name);
H A Dobj.c440 tap_find(struct obj *obj, const char *name) in tap_find() function
480 tap_find(obj, name)) in tap_create()
H A Dcli.c729 tap = tap_find(obj, tokens[t0 + 1]); in cmd_pipeline_port_in()
945 tap = tap_find(obj, tokens[t0 + 1]); in cmd_pipeline_port_out()