Home
last modified time | relevance | path

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

/f-stack/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.c726 tap = tap_create(name); in cmd_tap()