Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
struct tap *
52
tap_create(const char *name __rte_unused)
53
{
54
return NULL;
55
}
56
57
#else
58
Callers
1
cmd_tap
Function · 0.85
Calls
6
tap_find
Function · 0.85
memset
Function · 0.85
calloc
Function · 0.85
strlcpy
Function · 0.50
ioctl
Function · 0.50
close
Function · 0.50
Tested by
no test coverage detected