MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tap_create

Function tap_create

dpdk/examples/ip_pipeline/tap.c:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49#ifndef RTE_EXEC_ENV_LINUX
50
51struct tap *
52tap_create(const char *name __rte_unused)
53{
54 return NULL;
55}
56
57#else
58

Callers 1

cmd_tapFunction · 0.85

Calls 6

tap_findFunction · 0.85
memsetFunction · 0.85
callocFunction · 0.85
strlcpyFunction · 0.50
ioctlFunction · 0.50
closeFunction · 0.50

Tested by

no test coverage detected