Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ link_init
Function
link_init
dpdk/examples/ip_pipeline/link.c:16–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
static struct link_list link_list;
15
16
int
17
link_init(void)
18
{
19
TAILQ_INIT(&link_list);
20
21
return 0;
22
}
23
24
struct link *
25
link_find(const char *name)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected