Home
last modified time | relevance | path

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

/dpdk/examples/ip_pipeline/
H A Dtap.c52 tap_create(const char *name __rte_unused) in tap_create() function
60 tap_create(const char *name) in tap_create() function
H A Dtap.h27 tap_create(const char *name);
H A Dcli.c724 tap = tap_create(name); in cmd_tap()
/dpdk/examples/pipeline/
H A Dobj.h144 tap_create(struct obj *obj, const char *name);
H A Dobj.c464 tap_create(struct obj *obj __rte_unused, const char *name __rte_unused) in tap_create() function
472 tap_create(struct obj *obj, const char *name) in tap_create() function
H A Dcli.c514 tap = tap_create(obj, name); in cmd_tap()