Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ tap_init
Function
tap_init
dpdk/examples/ip_pipeline/tap.c:26–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
static struct tap_list tap_list;
25
26
int
27
tap_init(void)
28
{
29
TAILQ_INIT(&tap_list);
30
31
return 0;
32
}
33
34
struct tap *
35
tap_find(const char *name)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected